Searched refs:poff (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/freetype/src/cff/
H A Dcffload.c332 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[
[all...]
/external/freetype/src/cff/
H A Dcffload.c332 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[
[all...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/
H A Dcffload.c332 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[
[all...]
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/htmlfiles/
H A Dcoverage_html.js27 var poff = $("#panel_icon").position();
29 top: koff.top-poff.top,
30 left: koff.left-poff.left

Completed in 130 milliseconds