Home
last modified time | relevance | path

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

/external/skia/src/text/gpu/
DTextBlob.cpp88 SkASSERT(strikeDevice.fSubRunControl != nullptr); in Make()
130 strikeDevice.fSubRunControl->isDirect(approximateDeviceTextSize, paint, in Make()
DSkChromeRemoteGlyphCache.cpp458 , fSubRunControl(SubRunControl) { in GlyphTrackingDevice()
470 fSubRunControl); in createDevice()
474 return {this->surfaceProps(), this->scalerContextFlags(), &fSubRunControl}; in strikeDeviceInfo()
515 const sktext::gpu::SubRunControl fSubRunControl; member in GlyphTrackingDevice
DSubRunContainer.cpp1693 SkASSERT(strikeDeviceInfo.fSubRunControl != nullptr); in MakeInAlloc()
1697 if (strikeDeviceInfo.fSubRunControl == nullptr) { in MakeInAlloc()
1703 const SubRunControl* subRunControl = strikeDeviceInfo.fSubRunControl; in MakeInAlloc()
/external/skia/src/gpu/graphite/
DDevice.h317 const sktext::gpu::SubRunControl fSubRunControl; variable
DDevice.cpp461 , fSubRunControl(recorder->priv().caps()->getSubRunControl( in Device()
515 return {this->surfaceProps(), this->scalerContextFlags(), &fSubRunControl}; in strikeDeviceInfo()
/external/skia/src/gpu/ganesh/
DDevice.h315 const sktext::gpu::SubRunControl fSubRunControl; variable
DDevice.cpp315 , fSubRunControl(sdc->recordingContext()->priv().getSubRunControl( in Device()
1493 return {this->surfaceProps(), this->scalerContextFlags(), &fSubRunControl}; in strikeDeviceInfo()
/external/skia/src/core/
DSkDevice.h83 const sktext::gpu::SubRunControl* const fSubRunControl; member