HomeSort by relevance Sort by last modified time
    Searched refs:gSize (Results 1 - 3 of 3) sorted by null

  /external/skia/samplecode/
SampleStrokeRect.cpp 38 static const SkISize gSize[] = {
56 for (size_t j = 0; j < SK_ARRAY_COUNT(gSize); ++j) {
57 SkRect r = SkRect::MakeWH(SkIntToScalar(gSize[j].fWidth),
58 SkIntToScalar(gSize[j].fHeight));
  /external/skia/src/utils/
SkSfntUtils.cpp 35 static const size_t gSize = 54;
37 uint8_t storage[gSize];
38 size_t size = SkFontHost::GetTableData(fontID, gTag, 0, gSize, storage);
39 if (size != gSize) {
67 static const size_t gSize = 32;
69 uint8_t storage[gSize];
70 size_t size = SkFontHost::GetTableData(fontID, gTag, 0, gSize, storage);
71 if (size != gSize) {
  /external/skia/gm/
drawbitmaprect.cpp 61 static const int gSize = 1024;
75 SkISize onISize() { return make_isize(gSize, gSize); }
92 SkRect::MakeWH(gSize * SK_Scalar1,
93 gSize * SK_Scalar1),
135 if ((dstRect.width() + kPadX) * rowCount > gSize) {

Completed in 730 milliseconds