Home
last modified time | relevance | path

Searched refs:gTable (Results 1 - 7 of 7) sorted by relevance

/third_party/skia/include/core/
H A DSkUnPreMultiply.h24 return gTable; in GetScaleTable()
29 return gTable[alpha]; in GetScale()
53 static const uint32_t gTable[256]; member in SkUnPreMultiply
/third_party/skia/src/gpu/vk/
H A DGrVkPipeline.cpp180 static const VkStencilOp gTable[] = { in stencil_op_to_vk_stencil_op() local
190 static_assert(SK_ARRAY_COUNT(gTable) == kGrStencilOpCount); in stencil_op_to_vk_stencil_op()
200 return gTable[(int)op]; in stencil_op_to_vk_stencil_op()
204 static const VkCompareOp gTable[] = {
214 static_assert(SK_ARRAY_COUNT(gTable) == kGrStencilTestCount);
225 return gTable[(int)test];
339 static const VkBlendOp gTable[] = {
383 static_assert(SK_ARRAY_COUNT(gTable) == kGrBlendEquationCnt);
386 return gTable[equation];
/third_party/skia/modules/sksg/src/
H A DSkSGColorFilter.cpp155 uint8_t rTable[256], gTable[256], bTable[256]; in MakeNColorGradient() local
182 gTable[j] = static_cast<uint8_t>(std::round(g)); in MakeNColorGradient()
201 return SkTableColorFilter::MakeARGB(nullptr, rTable, gTable, bTable) in MakeNColorGradient()
/third_party/skia/src/core/
H A DSkUnPreMultiply.cpp19 const uint32_t SkUnPreMultiply::gTable[] = { member in SkUnPreMultiply
/third_party/skia/src/gpu/gl/
H A DGrGLUtil.cpp713 static const GrGLenum gTable[kGrStencilTestCount] = { in GrToGLStencilFunc() local
733 return gTable[(int)test]; in GrToGLStencilFunc()
H A DGrGLGpu.cpp2434 static const GrGLenum gTable[kGrStencilOpCount] = { in gr_to_gl_stencil_op() local
2453 return gTable[(int)op]; in gr_to_gl_stencil_op()
/third_party/skia/src/gpu/
H A DSkGr.cpp344 } gTable; in make_dither_lut() local
347 bmp.setPixels(const_cast<uint8_t*>(gTable.data)); in make_dither_lut()

Completed in 13 milliseconds