HomeSort by relevance Sort by last modified time
    Searched full:quarterwidth (Results 1 - 9 of 9) sorted by null

  /external/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) {
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*1/2, quarterHeight*1/2)
    [all...]
  /external/webkit/Tools/DumpRenderTree/chromium/
WebThemeControlDRTWin.cpp 284 int quarterWidth = m_width / 4;
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_top + quarterHeight
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/
FontWidthVariant.h 31 enum FontWidthVariant { RegularWidth, HalfWidth, ThirdWidth, QuarterWidth };
  /external/webkit/Source/WebCore/rendering/
RenderCombineText.cpp 109 static const FontWidthVariant widthVariants[] = { HalfWidth, ThirdWidth, QuarterWidth };
  /external/libyuv/files/source/
convert_from.cc 188 int quarterwidth = (width + 3) >> 2; local
192 quarterwidth, height, // to 1/4 width, 1x height
199 quarterwidth, height, // to 1/4 width, 1x height
1402 int quarterwidth = (width + 3) \/ 4; local
    [all...]
convert_argb.cc 1261 int quarterwidth = (src_width + 3) \/ 4; local
    [all...]
convert.cc 314 int quarterwidth = (width + 3) >> 2; local
317 ScalePlaneBilinear(quarterwidth, height, // from 1/4 width, 1x height
324 ScalePlaneBilinear(quarterwidth, height, // from 1/4 width, 1x height
2034 int quarterwidth = (src_width + 3) \/ 4; local
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/cocoa/
FontPlatformDataCocoa.mm 182 case QuarterWidth:
  /external/zxing/core/
core.jar 

Completed in 338 milliseconds