Searched refs:gTable (Results 1 – 8 of 8) sorted by relevance
19 static const GrGLubyte gTable[] = { in verb_to_gl_path_cmd() local32 GrAssert(verb >= 0 && (size_t)verb < GR_ARRAY_COUNT(gTable)); in verb_to_gl_path_cmd()33 return gTable[verb]; in verb_to_gl_path_cmd()38 static const int gTable[] = { in num_pts() local51 GrAssert(verb >= 0 && (size_t)verb < GR_ARRAY_COUNT(gTable)); in num_pts()52 return gTable[verb]; in num_pts()
1770 static const GrGLenum gTable[] = { in gr_to_gl_stencil_func() local1780 GR_STATIC_ASSERT(GR_ARRAY_COUNT(gTable) == kBasicStencilFuncCount); in gr_to_gl_stencil_func()1791 return gTable[basicFunc]; in gr_to_gl_stencil_func()1795 static const GrGLenum gTable[] = { in gr_to_gl_stencil_op() local1805 GR_STATIC_ASSERT(GR_ARRAY_COUNT(gTable) == kStencilOpCount); in gr_to_gl_stencil_op()1815 return gTable[op]; in gr_to_gl_stencil_op()
24 return gTable; in GetScaleTable()29 return gTable[alpha]; in GetScale()53 static const uint32_t gTable[256];
20 const uint32_t SkUnPreMultiply::gTable[] = { member in SkUnPreMultiply
702 static uint8_t gTable[256]; in getInverseGammaTable() local709 build_power_table(gTable, level / 1000.0f); in getInverseGammaTable()712 return gTable; in getInverseGammaTable()
1070 static uint8_t gTable[256]; in getInverseTable() local1074 build_power_table(gTable, 2.2f); in getInverseTable()1077 return isWhite ? gWhiteTable : gTable; in getInverseTable()