Home
last modified time | relevance | path

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

/external/skia/samplecode/
DSampleStrokeRect.cpp36 static const SkISize gSize[] = { in onDrawContent() local
54 for (size_t j = 0; j < SK_ARRAY_COUNT(gSize); ++j) { in onDrawContent()
55 SkRect r = SkRect::MakeWH(SkIntToScalar(gSize[j].fWidth), in onDrawContent()
56 SkIntToScalar(gSize[j].fHeight)); in onDrawContent()
/external/skia/gm/
Ddrawminibitmaprect.cpp63 constexpr int gSize = 1024; variable
80 SkISize onISize() override { return SkISize::Make(gSize, gSize); } in onISize()
123 if ((dstRect.width() + 2 * kPadX) * rowCount > gSize) { in onDraw()
Ddrawbitmaprect.cpp134 constexpr int gSize = 1024; variable
154 SkISize onISize() override { return SkISize::Make(gSize, gSize); } in onISize()
172 canvas->drawImageRect(fImage, SkRect::MakeIWH(gSize, gSize), &paint); in onDraw()
212 if ((dstRect.width() + kPadX) * rowCount > gSize) { in onDraw()
/external/skia/include/core/
DSkImageInfo.h90 static const uint8_t gSize[] = { in SkColorTypeBytesPerPixel() local
100 static_assert(SK_ARRAY_COUNT(gSize) == (size_t)(kLastEnum_SkColorType + 1), in SkColorTypeBytesPerPixel()
103 SkASSERT((size_t)ct < SK_ARRAY_COUNT(gSize)); in SkColorTypeBytesPerPixel()
104 return gSize[ct]; in SkColorTypeBytesPerPixel()
/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.cpp517 int gSize; in OnSize() local
529 gSize = labelSize + valueSize; in OnSize()
530 padSize = xSizeClient - gSize * 2; in OnSize()
533 labelSize = gSize - valueSize; in OnSize()
544 x = mx + gSize + padSize; in OnSize()
/external/lzma/CPP/7zip/
DGuiCommon.rc30 #undef gSize