Home
last modified time | relevance | path

Searched refs:fDeviceConfig (Results 1 – 2 of 2) sorted by relevance

/external/skia/include/core/
DSkShader.h293 SkBitmap::Config getDeviceConfig() const { return (SkBitmap::Config)fDeviceConfig; } in getDeviceConfig()
302 uint8_t fDeviceConfig; variable
/external/skia/src/core/
DSkShader.cpp90 fDeviceConfig = SkToU8(device.getConfig()); in setContext()