Home
last modified time | relevance | path

Searched refs:hasUseLCDText (Results 1 – 4 of 4) sorted by relevance

/external/skqp/src/gpu/text/
DGrTextBlob.cpp182 props, info.isAntiAliased(), info.hasUseLCDText()); in makeOp()
451 SkASSERT_RELEASE(lSubRun.hasUseLCDText() == rSubRun.hasUseLCDText()); in AssertEqual()
DGrTextBlob.h341 bool hasUseLCDText() const { return fFlags.useLCDText; } in hasUseLCDText() function
/external/skia/src/gpu/text/
DGrTextBlob.h361 bool hasUseLCDText() const;
DGrTextBlob.cpp276 bool GrTextBlob::SubRun::hasUseLCDText() const { return fFlags.useLCDText; } in hasUseLCDText() function in GrTextBlob::SubRun
722 props, info.isAntiAliased(), info.hasUseLCDText()); in makeOp()