Home
last modified time | relevance | path

Searched refs:nLeft (Results 1 – 11 of 11) sorted by relevance

/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-ot-cff1-table.hh93 HBUINT8 nLeft; member
111 if (glyph <= ranges[i].nLeft) in get_code()
116 glyph -= (ranges[i].nLeft + 1); in get_code()
226 fmt1->ranges[i].nLeft = code_ranges[i].glyph; in serialize()
358 TYPE nLeft; member
373 if (unlikely (!ranges[i].sanitize (c) || (num_glyphs < ranges[i].nLeft + 1))) in sanitize()
375 num_glyphs -= (ranges[i].nLeft + 1); in sanitize()
386 if (glyph <= ranges[i].nLeft) in get_sid()
388 glyph -= (ranges[i].nLeft + 1); in get_sid()
402 if ((ranges[i].first <= sid) && (sid <= ranges[i].first + ranges[i].nLeft)) in get_glyph()
[all …]
Dhb-subset-cff1.cc337 unsigned int nLeft = last_glyph - pair.glyph - 1; in finalize() local
338 if (nLeft >= 0x100) in finalize()
341 pair.glyph = nLeft; in finalize()
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-cff1-table.hh98 HBUINT8 nLeft; member
116 if (glyph <= ranges[i].nLeft) in get_code()
121 glyph -= (ranges[i].nLeft + 1); in get_code()
221 fmt1->ranges[i].nLeft = code_ranges[i].glyph; in serialize()
362 TYPE nLeft; member
377 if (unlikely (!ranges[i].sanitize (c) || (num_glyphs < ranges[i].nLeft + 1))) in sanitize()
379 num_glyphs -= (ranges[i].nLeft + 1); in sanitize()
390 if (glyph <= ranges[i].nLeft) in get_sid()
392 glyph -= (ranges[i].nLeft + 1); in get_sid()
406 if ((ranges[i].first <= sid) && (sid <= ranges[i].first + ranges[i].nLeft)) in get_glyph()
[all …]
Dhb-subset-cff1.cc277 unsigned int nLeft = last_glyph - pair.glyph - 1; in complete() local
278 if (nLeft >= 0x100) in complete()
281 pair.glyph = nLeft; in complete()
/third_party/harfbuzz/src/
Dhb-ot-cff1-table.hh98 HBUINT8 nLeft; member
116 if (glyph <= ranges[i].nLeft) in get_code()
121 glyph -= (ranges[i].nLeft + 1); in get_code()
221 fmt1->ranges[i].nLeft = code_ranges[i].glyph; in serialize()
362 TYPE nLeft; member
377 if (unlikely (!ranges[i].sanitize (c) || (num_glyphs < ranges[i].nLeft + 1))) in sanitize()
379 num_glyphs -= (ranges[i].nLeft + 1); in sanitize()
390 if (glyph <= ranges[i].nLeft) in get_sid()
392 glyph -= (ranges[i].nLeft + 1); in get_sid()
406 if ((ranges[i].first <= sid) && (sid <= ranges[i].first + ranges[i].nLeft)) in get_glyph()
[all …]
Dhb-subset-cff1.cc277 unsigned int nLeft = last_glyph - pair.glyph - 1; in complete() local
278 if (nLeft >= 0x100) in complete()
281 pair.glyph = nLeft; in complete()
/third_party/openmax/api/1.1.2/
DOMX_IVCommon.h401 OMX_S32 nLeft; member
/third_party/sqlite/src/
Dsqlite3.c62256 int nLeft, /* IN: Elements in array *paLeft */
62267 assert( nLeft>0 && nRight>0 );
62268 while( iRight<nRight || iLeft<nLeft ){
62272 if( (iLeft<nLeft)
62282 if( iLeft<nLeft && aContent[aLeft[iLeft]]==dbpage ) iLeft++;
62284 assert( iLeft>=nLeft || aContent[aLeft[iLeft]]>dbpage );
101185 int nLeft, nRight;
101188 nLeft = sqlite3ExprVectorSize(pExpr->pLeft);
101192 if( nRight==nLeft ){
101199 if( nLeft!=nRight ){
[all …]
/third_party/harfbuzz/perf/texts/
Den-words.txt7481 nLeft
/third_party/skia/third_party/externals/harfbuzz/perf/texts/
Den-words.txt7481 nLeft
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch106747 && (nLeft = sqlite3ExprVectorSize(pExpr->pLeft))>1
106748 && sqlite3ExprVectorSize(pExpr->pRight)==nLeft
144388 && (nLeft = sqlite3ExprVectorSize(pExpr->pLeft))>1
144389 && sqlite3ExprVectorSize(pExpr->pRight)==nLeft
185052 && (nLeft = sqlite3ExprVectorSize(pExpr->pLeft))>1
185053 && sqlite3ExprVectorSize(pExpr->pRight)==nLeft