Home
last modified time | relevance | path

Searched refs:clippingNeeded (Results 1 – 2 of 2) sorted by relevance

/external/skia/modules/skparagraph/src/
DTextLine.cpp331 record.fClippingNeeded = context.clippingNeeded; in buildTextBlob()
332 if (context.clippingNeeded) { in buildTextBlob()
384 if (context.clippingNeeded) { in paintShadow()
403 if (context.clippingNeeded) { in paintShadow()
690 result.clippingNeeded = leftCorrection != 0 || rightCorrection != 0; in measureTextInsideOneRun()
699 result.clippingNeeded = true; in measureTextInsideOneRun()
DTextLine.h36 bool clippingNeeded; member