HomeSort by relevance Sort by last modified time
    Searched refs:shortOffset (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/skia/src/sfnt/
SkOTTable_loca.h 24 SK_OT_USHORT shortOffset[1];
SkOTTable_glyf.h 38 { fLocaPtr.shortOffset = reinterpret_cast<const SK_OT_USHORT*>(&loca); }
41 fLocaPtr.shortOffset += num << fLocaFormat;
43 : uint32_t(SkEndian_SwapBE16(*fLocaPtr.shortOffset) << 1);
61 const SK_OT_USHORT* shortOffset;
  /external/skia/src/sfnt/
SkOTTable_loca.h 24 SK_OT_USHORT shortOffset[1];
SkOTTable_glyf.h 38 { fLocaPtr.shortOffset = reinterpret_cast<const SK_OT_USHORT*>(&loca); }
41 fLocaPtr.shortOffset += num << fLocaFormat;
43 : uint32_t(SkEndian_SwapBE16(*fLocaPtr.shortOffset) << 1);
61 const SK_OT_USHORT* shortOffset;
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
WebTestThemeControlWin.cpp 329 int shortOffset = m_width - notchShortOffset;
330 nestedBoxes(noOffset, longOffset, shortOffset, longOffset, m_bgColor, m_edgeColor);
337 int shortOffset = m_width - notchShortOffset;
338 nestedBoxes(shortOffset, longOffset, noOffset, longOffset, m_bgColor, m_fgColor);
345 int shortOffset = m_height - notchShortOffset;
346 nestedBoxes(longOffset, noOffset, longOffset, shortOffset, m_bgColor, m_fgColor);
353 int shortOffset = m_height - notchShortOffset;
354 nestedBoxes(longOffset, shortOffset, longOffset, noOffset, m_bgColor, m_fgColor);
WebTestThemeEngineMock.cpp 429 int shortOffset = irect.width() - notchShortOffset;
432 nestedBoxes(canvas, irect, noOffset, longOffset, shortOffset,
436 nestedBoxes(canvas, irect, shortOffset, longOffset, noOffset,
446 int shortOffset = irect.height() - notchShortOffset;
450 shortOffset, bgColors[state], edgeColor);
453 nestedBoxes(canvas, irect, longOffset, shortOffset, longOffset,

Completed in 85 milliseconds