Searched refs:gSize (Results 1 – 9 of 9) sorted by relevance
/external/skia/samplecode/ |
D | SampleStrokeRect.cpp | 28 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/ |
D | SampleStrokeRect.cpp | 34 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/ |
D | drawminibitmaprect.cpp | 72 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()
|
D | drawbitmaprect.cpp | 144 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/ |
D | drawminibitmaprect.cpp | 60 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()
|
D | drawbitmaprect.cpp | 129 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/ |
D | st_atom_pixeltransfer.c | 50 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/ |
D | ProgressDialog2.cpp | 520 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/ |
D | GuiCommon.rc | 30 #undef gSize
|