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

  /external/chromium_org/third_party/freetype/src/cff/
cffload.c 332 FT_ULong* poff; local
342 poff = idx->offsets;
349 for ( ; p < p_end; p++, poff++ )
350 poff[0] = p[0];
354 for ( ; p < p_end; p += 2, poff++ )
355 poff[0] = FT_PEEK_USHORT( p );
359 for ( ; p < p_end; p += 3, poff++ )
360 poff[0] = FT_PEEK_OFF3( p );
364 for ( ; p < p_end; p += 4, poff++ )
365 poff[0] = FT_PEEK_ULONG( p )
    [all...]
  /external/freetype/src/cff/
cffload.c 332 FT_ULong* poff; local
342 poff = idx->offsets;
349 for ( ; p < p_end; p++, poff++ )
350 poff[0] = p[0];
354 for ( ; p < p_end; p += 2, poff++ )
355 poff[0] = FT_PEEK_USHORT( p );
359 for ( ; p < p_end; p += 3, poff++ )
360 poff[0] = FT_PEEK_OFF3( p );
364 for ( ; p < p_end; p += 4, poff++ )
365 poff[0] = FT_PEEK_ULONG( p )
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/
cffload.c 332 FT_ULong* poff; local
342 poff = idx->offsets;
349 for ( ; p < p_end; p++, poff++ )
350 poff[0] = p[0];
354 for ( ; p < p_end; p += 2, poff++ )
355 poff[0] = FT_PEEK_USHORT( p );
359 for ( ; p < p_end; p += 3, poff++ )
360 poff[0] = FT_PEEK_OFF3( p );
364 for ( ; p < p_end; p += 4, poff++ )
365 poff[0] = FT_PEEK_ULONG( p )
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/htmlfiles/
coverage_html.js 27 var poff = $("#panel_icon").position();
29 top: koff.top-poff.top,
30 left: koff.left-poff.left

Completed in 379 milliseconds