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

  /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/webkit/Tools/DumpRenderTree/chromium/
WebThemeControlDRTWin.cpp 351 int shortOffset = m_width - notchShortOffset;
352 nestedBoxes(noOffset, longOffset, shortOffset, longOffset, m_bgColor, m_edgeColor);
359 int shortOffset = m_width - notchShortOffset;
360 nestedBoxes(shortOffset, longOffset, noOffset, longOffset, m_bgColor, m_fgColor);
367 int shortOffset = m_height - notchShortOffset;
368 nestedBoxes(longOffset, noOffset, longOffset, shortOffset, m_bgColor, m_fgColor);
375 int shortOffset = m_height - notchShortOffset;
376 nestedBoxes(longOffset, shortOffset, longOffset, noOffset, m_bgColor, m_fgColor);

Completed in 1215 milliseconds