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

/external/chromium_org/third_party/skia/samplecode/
H A DSampleBitmapRect.cpp158 const int BIG_W = SkScalarRoundToInt(paint.measureText(gText, strlen(gText))); local
160 bm->allocN32Pixels(BIG_W, BIG_H);
/external/skia/samplecode/
H A DSampleBitmapRect.cpp164 const int BIG_W = SkScalarRoundToInt(paint.measureText(gText, strlen(gText))); local
166 bm->allocN32Pixels(BIG_W, BIG_H);

Completed in 69 milliseconds