Home
last modified time | relevance | path

Searched refs:gSize (Results 1 – 9 of 9) sorted by relevance

/external/skia/samplecode/
DSampleStrokeRect.cpp28 static const SkISize gSize[] = { in onDrawContent() local
46 for (size_t j = 0; j < SK_ARRAY_COUNT(gSize); ++j) { in onDrawContent()
47 SkRect r = SkRect::MakeWH(SkIntToScalar(gSize[j].fWidth), in onDrawContent()
48 SkIntToScalar(gSize[j].fHeight)); in onDrawContent()
/external/skqp/samplecode/
DSampleStrokeRect.cpp34 static const SkISize gSize[] = { in onDrawContent() local
52 for (size_t j = 0; j < SK_ARRAY_COUNT(gSize); ++j) { in onDrawContent()
53 SkRect r = SkRect::MakeWH(SkIntToScalar(gSize[j].fWidth), in onDrawContent()
54 SkIntToScalar(gSize[j].fHeight)); in onDrawContent()
/external/skia/gm/
Ddrawminibitmaprect.cpp72 constexpr int gSize = 1024; variable
89 SkISize onISize() override { return SkISize::Make(gSize, gSize); } in onISize()
132 if ((dstRect.width() + 2 * kPadX) * rowCount > gSize) { in onDraw()
Ddrawbitmaprect.cpp144 constexpr int gSize = 1024; variable
164 SkISize onISize() override { return SkISize::Make(gSize, gSize); } in onISize()
182 canvas->drawImageRect(fImage, SkRect::MakeIWH(gSize, gSize), &paint); in onDraw()
219 if ((dstRect.width() + kPadX) * rowCount > gSize) { in onDraw()
/external/skqp/gm/
Ddrawminibitmaprect.cpp60 constexpr int gSize = 1024; variable
77 SkISize onISize() override { return SkISize::Make(gSize, gSize); } in onISize()
120 if ((dstRect.width() + 2 * kPadX) * rowCount > gSize) { in onDraw()
Ddrawbitmaprect.cpp129 constexpr int gSize = 1024; variable
149 SkISize onISize() override { return SkISize::Make(gSize, gSize); } in onISize()
167 canvas->drawImageRect(fImage, SkRect::MakeIWH(gSize, gSize), &paint); in onDraw()
204 if ((dstRect.width() + kPadX) * rowCount > gSize) { in onDraw()
/external/mesa3d/src/mesa/state_tracker/
Dst_atom_pixeltransfer.c50 const GLuint gSize = ctx->PixelMaps.GtoG.Size; in load_color_map_texture() local
73 rgba[1] = ctx->PixelMaps.GtoG.Map[i * gSize / texSize]; in load_color_map_texture()
/external/lzma/CPP/7zip/UI/FileManager/
DProgressDialog2.cpp520 int gSize; in OnSize() local
532 gSize = labelSize + valueSize; in OnSize()
533 padSize = xSizeClient - gSize * 2; in OnSize()
536 labelSize = gSize - valueSize; in OnSize()
547 x = mx + gSize + padSize; in OnSize()
/external/lzma/CPP/7zip/
DGuiCommon.rc30 #undef gSize