Searched refs:init_ctable (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/tests/
H A DBitmapCopyTest.cpp64 static SkColorTable* init_ctable(SkAlphaType alphaType) { function
202 ctOpaque = init_ctable(kOpaque_SkAlphaType);
203 ctPremul = init_ctable(kPremul_SkAlphaType);
387 ct = init_ctable(kPremul_SkAlphaType);
/external/skia/tests/
H A DBitmapCopyTest.cpp64 static SkColorTable* init_ctable(SkAlphaType alphaType) { function
202 ctOpaque = init_ctable(kOpaque_SkAlphaType);
203 ctPremul = init_ctable(kPremul_SkAlphaType);
387 ct = init_ctable(kPremul_SkAlphaType);

Completed in 121 milliseconds