Searched defs:gSize (Results 1 - 6 of 6) 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/mesa3d/src/mesa/state_tracker/
H A Dst_atom_pixeltransfer.c97 const GLuint gSize = ctx->PixelMaps.GtoG.Size; local
121 rgba[1] = ctx->PixelMaps.GtoG.Map[i * gSize / texSize];
/external/skia/gm/
H A Ddrawminibitmaprect.cpp63 constexpr int gSize = 1024; variable
80 SkISize onISize() override { return SkISize::Make(gSize, gSize); }
123 if ((dstRect.width() + 2 * kPadX) * rowCount > gSize) {
H A Ddrawbitmaprect.cpp135 constexpr int gSize = 1024; variable
155 SkISize onISize() override { return SkISize::Make(gSize, gSize); }
173 canvas->drawImageRect(fImage, SkRect::MakeIWH(gSize, gSize), &paint);
213 if ((dstRect.width() + kPadX) * rowCount > gSize) {
/external/skia/include/core/
H A DSkImageInfo.h91 static const uint8_t gSize[] = { local
102 static_assert(SK_ARRAY_COUNT(gSize) == (size_t)(kLastEnum_SkColorType + 1),
105 SkASSERT((size_t)ct < SK_ARRAY_COUNT(gSize));
106 return gSize[ct];
/external/lzma/CPP/7zip/UI/FileManager/
H A DProgressDialog2.cpp496 int gSize; local
508 gSize = labelSize + valueSize;
509 padSize = xSizeClient - gSize * 2;
512 labelSize = gSize - valueSize;
523 x = mx + gSize + padSize;

Completed in 219 milliseconds