Searched refs:gSize (Results 1 - 8 of 8) sorted by relevance

/external/skia/samplecode/
H A DSampleStrokeRect.cpp36 static const SkISize gSize[] = { local
54 for (size_t j = 0; j < SK_ARRAY_COUNT(gSize); ++j) {
55 SkRect r = SkRect::MakeWH(SkIntToScalar(gSize[j].fWidth),
56 SkIntToScalar(gSize[j].fHeight));
/external/skqp/samplecode/
H A DSampleStrokeRect.cpp36 static const SkISize gSize[] = { local
54 for (size_t j = 0; j < SK_ARRAY_COUNT(gSize); ++j) {
55 SkRect r = SkRect::MakeWH(SkIntToScalar(gSize[j].fWidth),
56 SkIntToScalar(gSize[j].fHeight));
/external/skia/gm/
H A Ddrawminibitmaprect.cpp60 constexpr int gSize = 1024; variable
77 SkISize onISize() override { return SkISize::Make(gSize, gSize); }
120 if ((dstRect.width() + 2 * kPadX) * rowCount > gSize) {
H A Ddrawbitmaprect.cpp129 constexpr int gSize = 1024; variable
149 SkISize onISize() override { return SkISize::Make(gSize, gSize); }
167 canvas->drawImageRect(fImage, SkRect::MakeIWH(gSize, gSize), &paint);
207 if ((dstRect.width() + kPadX) * rowCount > gSize) {
/external/skqp/gm/
H A Ddrawminibitmaprect.cpp60 constexpr int gSize = 1024; variable
77 SkISize onISize() override { return SkISize::Make(gSize, gSize); }
120 if ((dstRect.width() + 2 * kPadX) * rowCount > gSize) {
H A Ddrawbitmaprect.cpp129 constexpr int gSize = 1024; variable
149 SkISize onISize() override { return SkISize::Make(gSize, gSize); }
167 canvas->drawImageRect(fImage, SkRect::MakeIWH(gSize, gSize), &paint);
207 if ((dstRect.width() + kPadX) * rowCount > gSize) {
/external/mesa3d/src/mesa/state_tracker/
H A Dst_atom_pixeltransfer.c50 const GLuint gSize = ctx->PixelMaps.GtoG.Size; local
73 rgba[1] = ctx->PixelMaps.GtoG.Map[i * gSize / texSize];
/external/lzma/CPP/7zip/UI/FileManager/
H A DProgressDialog2.cpp517 int gSize; local
529 gSize = labelSize + valueSize;
530 padSize = xSizeClient - gSize * 2;
533 labelSize = gSize - valueSize;
544 x = mx + gSize + padSize;

Completed in 341 milliseconds