Searched refs:outTexture (Results 1 - 3 of 3) sorted by relevance

/external/skia/src/core/
H A DSkColorShader.h51 virtual BitmapType asABitmap(SkBitmap* outTexture,
/external/skia/include/core/
H A DSkShader.h268 @param outTexture if non-NULL will be the bitmap representing the shader
279 virtual BitmapType asABitmap(SkBitmap* outTexture, SkMatrix* outMatrix,
/external/skia/src/device/xps/
H A DSkXPSDevice.cpp1056 SkBitmap outTexture; local
1059 SkShader::BitmapType bitmapType = shader->asABitmap(&outTexture,
1071 HR(this->createXpsImageBrush(outTexture,

Completed in 132 milliseconds