Searched refs:gSize (Results 1 – 8 of 8) sorted by relevance
38 static const SkISize gSize[] = { in onDrawContent() local56 for (size_t j = 0; j < SK_ARRAY_COUNT(gSize); ++j) { in onDrawContent()57 SkRect r = SkRect::MakeWH(SkIntToScalar(gSize[j].fWidth), in onDrawContent()58 SkIntToScalar(gSize[j].fHeight)); in onDrawContent()
116 static const int gSize = 1024; variable136 SkISize onISize() override { return SkISize::Make(gSize, gSize); } in onISize()154 canvas->drawBitmapRect(fLargeBitmap, SkRect::MakeIWH(gSize, gSize), &paint); in onDraw()194 if ((dstRect.width() + kPadX) * rowCount > gSize) { in onDraw()
62 static const int gSize = 1024; variable79 SkISize onISize() override { return SkISize::Make(gSize, gSize); } in onISize()122 if ((dstRect.width() + 2 * kPadX) * rowCount > gSize) { in onDraw()
90 static const uint8_t gSize[] = { in SkColorTypeBytesPerPixel() local101 static_assert(SK_ARRAY_COUNT(gSize) == (size_t)(kLastEnum_SkColorType + 1), in SkColorTypeBytesPerPixel()104 SkASSERT((size_t)ct < SK_ARRAY_COUNT(gSize)); in SkColorTypeBytesPerPixel()105 return gSize[ct]; in SkColorTypeBytesPerPixel()
97 const GLuint gSize = ctx->PixelMaps.GtoG.Size; in load_color_map_texture() local121 rgba[1] = ctx->PixelMaps.GtoG.Map[i * gSize / texSize]; in load_color_map_texture()
496 int gSize; in OnSize() local508 gSize = labelSize + valueSize; in OnSize()509 padSize = xSizeClient - gSize * 2; in OnSize()512 labelSize = gSize - valueSize; in OnSize()523 x = mx + gSize + padSize; in OnSize()
30 #undef gSize
480 size_t gSize = blockSizeX - block_size / 2 * 2; in ocl_cornerMinEigenValVecs() local481 …size_t globalSizeX = (Dx.cols) % gSize == 0 ? Dx.cols / gSize * blockSizeX : (Dx.cols / gSize + 1)… in ocl_cornerMinEigenValVecs()