Home
last modified time | relevance | path

Searched refs:kTexHeight (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()
48 for (int y = 0; y < kTexHeight; y += 4) { in onOnceBeforeDraw()
67 kTexWidth, kTexHeight, in onDraw()
76 static const int kTexHeight = 20; 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()
48 for (int y = 0; y < kTexHeight; y += 4) { in onOnceBeforeDraw()
79 kTexWidth, kTexHeight, in onDraw()
88 static const int kTexHeight = 20; member in ETC1GM