HomeSort by relevance Sort by last modified time
    Searched defs:quarterWidth (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/gm/
bitmapscroll.cpp 14 * @param quarterWidth bitmap will be 4x this many pixels wide
18 static void make_bitmap(int quarterWidth, int quarterHeight, SkBitmap *bitmap) {
29 bitmap->allocN32Pixels(quarterWidth*4, quarterHeight*4);
32 SkScalar w = SkIntToScalar(quarterWidth);
52 make_bitmap(quarterWidth, quarterHeight, &origBitmap);
77 quarterWidth, quarterHeight, quarterWidth*2+1, quarterHeight*2+1);
78 int x = quarterWidth;
80 int xSpacing = quarterWidth * 20;
92 draw9(canvas, x, y, NULL, quarterWidth*1/2, quarterHeight*1/2)
    [all...]
  /external/chromium_org/content/shell/renderer/test_runner/
mock_web_theme_engine.cc 329 int quarterWidth = irect.width() / 4;
339 left + quarterWidth, top + quarterHeight,
340 right - quarterWidth, top + quarterHeight,
349 right - quarterWidth, top + quarterHeight,
350 right - quarterWidth, bottom - quarterHeight,
351 left + quarterWidth, top + halfHeight,
358 left + quarterWidth, top + quarterHeight,
359 right - quarterWidth, top + halfHeight,
360 left + quarterWidth, bottom - quarterHeight,
367 left + quarterWidth, bottom - quarterHeight
    [all...]

Completed in 248 milliseconds