MCPcopy Create free account
hub / github.com/Tencent/tgfx / needSource

Method needSource

src/pdf/PDFExportContext.cpp:126–128  ·  view source on GitHub ↗

Returns true unless we only need the shape of the drawing. */

Source from the content-addressed store, hash-verified

124
125 /* Returns true unless we only need the shape of the drawing. */
126 bool needSource() {
127 return blendMode != BlendMode::Clear;
128 }
129
130 /* If the shape is different than the alpha component of the content, then
131 * setShape should be called with the shape. In particular, images and

Callers 1

onDrawImageRectMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected