Searched refs:fSDFTControl (Results 1 – 8 of 8) sorted by relevance
/external/skia/src/core/ |
D | SkChromeRemoteGlyphCache.cpp | 649 , 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
|
D | SkDevice.h | 54 const sktext::gpu::SDFTControl* const fSDFTControl; member
|
/external/skia/src/text/gpu/ |
D | TextBlob.cpp | 227 SkASSERT(strikeDevice.fSDFTControl != nullptr); in Make() 269 strikeDevice.fSDFTControl->isDirect(approximateDeviceTextSize, paint, in Make()
|
D | SubRunContainer.cpp | 2483 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/ |
D | Device.h | 251 const sktext::gpu::SDFTControl fSDFTControl; variable
|
D | Device.cpp | 289 , fSDFTControl(recorder->priv().caps()->getSDFTControl(false)) in Device() 318 return {this->surfaceProps(), this->scalerContextFlags(), &fSDFTControl}; in strikeDeviceInfo()
|
/external/skia/src/gpu/ganesh/ |
D | Device_v1.h | 231 const sktext::gpu::SDFTControl fSDFTControl; variable
|
D | Device.cpp | 278 , fSDFTControl(sdc->recordingContext()->priv().getSDFTControl( in Device() 1540 return {this->surfaceProps(), this->scalerContextFlags(), &fSDFTControl}; in strikeDeviceInfo()
|