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

/external/skia/legacy/src/utils/
H A DSkSfntUtils.cpp35 static const size_t gSize = 54; local
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; local
69 uint8_t storage[gSize];
70 size_t size = SkFontHost::GetTableData(fontID, gTag, 0, gSize, storage);
71 if (size != gSize) {
/external/skia/gm/
H A Ddrawbitmaprect.cpp77 static const int gSize = 1024; member in namespace:skiagm
91 SkISize onISize() { return make_isize(gSize, gSize); }
108 SkRect::MakeWH(gSize * SK_Scalar1,
109 gSize * SK_Scalar1),
151 if ((dstRect.width() + kPadX) * rowCount > gSize) {

Completed in 85 milliseconds