Searched refs:quarterWidth (Results 1 - 3 of 3) sorted by relevance

/external/skia/gm/
H A Dbitmapscroll.cpp14 * @param quarterWidth bitmap will be 4x this many pixels wide
18 static void make_bitmap(int quarterWidth, int quarterHeight, SkBitmap *bitmap) { argument
31 quarterWidth*4, quarterHeight*4);
35 SkScalar w = SkIntToScalar(quarterWidth);
55 make_bitmap(quarterWidth, quarterHeight, &origBitmap);
76 quarterWidth, quarterHeight, quarterWidth*2+1, quarterHeight*2+1);
77 int x = quarterWidth;
79 int xSpacing = quarterWidth * 20;
91 draw9(canvas, x, y, NULL, quarterWidth*
147 static const int quarterWidth = 10; member in class:skiagm::BitmapScrollGM
[all...]
/external/webkit/Tools/DumpRenderTree/chromium/
H A DWebThemeControlDRTWin.cpp284 int quarterWidth = m_width / 4; local
422 triangle(m_right - quarterWidth, m_top + quarterHeight,
423 m_right - quarterWidth, m_bottom - quarterHeight,
424 m_left + quarterWidth, m_top + halfHeight, m_fgColor);
430 triangle(m_left + quarterWidth, m_top + quarterHeight,
431 m_right - quarterWidth, m_top + halfHeight,
432 m_left + quarterWidth, m_bottom - quarterHeight, m_fgColor);
438 triangle(m_left + quarterWidth, m_bottom - quarterHeight,
440 m_right - quarterWidth, m_bottom - quarterHeight, m_fgColor);
446 triangle(m_left + quarterWidth, m_to
[all...]
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...

Completed in 116 milliseconds