Home
last modified time | relevance | path

Searched refs:kTexWidth (Results 1 – 2 of 2) sorted by relevance

/external/skia/gm/
Detc1.cpp37 return SkISize::Make(kTexWidth + 2*kPad, kTexHeight + 2*kPad); in onISize()
42 SkImageInfo ii = SkImageInfo::Make(kTexWidth, kTexHeight, kRGB_565_SkColorType, in onOnceBeforeDraw()
46 bm.erase(SK_ColorBLUE, SkIRect::MakeWH(kTexWidth, kTexHeight)); in onOnceBeforeDraw()
49 for (int x = 0; x < kTexWidth; x += 4) { in onOnceBeforeDraw()
67 kTexWidth, kTexHeight, in onDraw()
75 static const int kTexWidth = 16; member in ETC1GM
/external/skqp/gm/
Detc1.cpp37 return SkISize::Make(kTexWidth + 2*kPad, kTexHeight + 2*kPad); in onISize()
42 SkImageInfo ii = SkImageInfo::Make(kTexWidth, kTexHeight, kRGB_565_SkColorType, in onOnceBeforeDraw()
46 bm.erase(SK_ColorBLUE, SkIRect::MakeWH(kTexWidth, kTexHeight)); in onOnceBeforeDraw()
49 for (int x = 0; x < kTexWidth; x += 4) { in onOnceBeforeDraw()
79 kTexWidth, kTexHeight, in onDraw()
87 static const int kTexWidth = 16; member in ETC1GM