Home
last modified time | relevance | path

Searched refs:skiaShaderType (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/libs/hwui/
DSkiaShader.cpp360 outData->skiaShaderType = kGradient_SkiaShaderType; in store()
366 outData->skiaShaderType = kBitmap_SkiaShaderType; in store()
372 outData->skiaShaderType = kCompose_SkiaShaderType; in store()
378 outData->skiaShaderType = kLayer_SkiaShaderType; in store()
383 outData->skiaShaderType = kNone_SkiaShaderType; in store()
387 if (!data.skiaShaderType) return; in apply()
389 if (data.skiaShaderType & kGradient_SkiaShaderType) { in apply()
392 if (data.skiaShaderType & kBitmap_SkiaShaderType) { in apply()
396 if (data.skiaShaderType == kLayer_SkiaShaderType) { in apply()
DSkiaShader.h53 SkiaShaderType skiaShaderType; member
DGlopBuilder.cpp609 mOutGlop->fill.skiaShaderData.skiaShaderType = kNone_SkiaShaderType; in build()