Home
last modified time | relevance | path

Searched refs:fSDFTControl (Results 1 – 8 of 8) sorted by relevance

/external/skia/src/core/
DSkChromeRemoteGlyphCache.cpp649 , fSDFTControl(SDFTControl) { in GlyphTrackingDevice()
656 cinfo.fInfo.refColorSpace(), fSDFTControl); in onCreateDevice()
660 return {this->surfaceProps(), this->scalerContextFlags(), &fSDFTControl}; in strikeDeviceInfo()
732 const sktext::gpu::SDFTControl fSDFTControl; member in GlyphTrackingDevice
DSkDevice.h54 const sktext::gpu::SDFTControl* const fSDFTControl; member
/external/skia/src/text/gpu/
DTextBlob.cpp227 SkASSERT(strikeDevice.fSDFTControl != nullptr); in Make()
269 strikeDevice.fSDFTControl->isDirect(approximateDeviceTextSize, paint, in Make()
DSubRunContainer.cpp2483 SkASSERT(strikeDeviceInfo.fSDFTControl != nullptr); in MakeInAlloc()
2487 if (strikeDeviceInfo.fSDFTControl == nullptr) { in MakeInAlloc()
2494 const SDFTControl SDFTControl = *strikeDeviceInfo.fSDFTControl; in MakeInAlloc()
/external/skia/src/gpu/graphite/
DDevice.h251 const sktext::gpu::SDFTControl fSDFTControl; variable
DDevice.cpp289 , fSDFTControl(recorder->priv().caps()->getSDFTControl(false)) in Device()
318 return {this->surfaceProps(), this->scalerContextFlags(), &fSDFTControl}; in strikeDeviceInfo()
/external/skia/src/gpu/ganesh/
DDevice_v1.h231 const sktext::gpu::SDFTControl fSDFTControl; variable
DDevice.cpp278 , fSDFTControl(sdc->recordingContext()->priv().getSDFTControl( in Device()
1540 return {this->surfaceProps(), this->scalerContextFlags(), &fSDFTControl}; in strikeDeviceInfo()