Home
last modified time | relevance | path

Searched refs:isUseDeviceIndependentFonts (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/include/core/
DSkSurfaceProps.h75 bool isUseDeviceIndependentFonts() const { in isUseDeviceIndependentFonts() function
/third_party/skia/bench/
DGlyphQuadFillBench.cpp53 GrSDFTControl control{false, props.isUseDeviceIndependentFonts(), 256, 256}; in onPerCanvasPreDraw()
/third_party/skia/src/gpu/ops/
DAtlasTextOp.cpp507 rContext->priv().getSDFTControl(sdc->surfaceProps().isUseDeviceIndependentFonts()); in CreateOpTestingOnly()
/third_party/skia/src/gpu/v1/
DSurfaceDrawContext.cpp333 fContext->priv().getSDFTControl(fSurfaceProps.isUseDeviceIndependentFonts()); in drawGlyphRunListNoCache()
359 this->surfaceProps().isUseDeviceIndependentFonts()); in drawGlyphRunListWithCache()
/third_party/skia/src/core/
DSkRemoteGlyphCache.cpp807 this->surfaceProps().isUseDeviceIndependentFonts(), in onDrawGlyphRunList()
/third_party/skia/tools/viewer/
DViewer.cpp1080 if (params.fSurfaceProps.isUseDeviceIndependentFonts()) { in updateTitle()
1991 bool useDFT = params.fSurfaceProps.isUseDeviceIndependentFonts(); in drawImGui()