Searched refs:tupleCount (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/third_party/freetype/src/truetype/ |
D | ttgxvar.c | 1293 FT_UInt tupleCount; in tt_face_vary_cvt() local 1355 tupleCount = FT_GET_USHORT(); in tt_face_vary_cvt() 1362 FT_TRACE5(( "cvar: there are %d tuples:\n", tupleCount )); in tt_face_vary_cvt() 1364 for ( i = 0; i < ( tupleCount & 0xFFF ); i++ ) in tt_face_vary_cvt() 1776 FT_UInt tupleCount; in TT_Vary_Apply_Glyph_Deltas() local 1821 tupleCount = FT_GET_USHORT(); in TT_Vary_Apply_Glyph_Deltas() 1824 if ( tupleCount & GX_TC_TUPLES_SHARE_POINT_NUMBERS ) in TT_Vary_Apply_Glyph_Deltas() 1836 FT_TRACE5(( "gvar: there are %d tuples:\n", tupleCount )); in TT_Vary_Apply_Glyph_Deltas() 1838 for ( i = 0; i < ( tupleCount & GX_TC_TUPLE_COUNT_MASK ); i++ ) in TT_Vary_Apply_Glyph_Deltas()
|
/external/freetype/src/truetype/ |
D | ttgxvar.c | 2540 FT_UInt tupleCount; in tt_face_vary_cvt() local 2602 tupleCount = FT_GET_USHORT(); in tt_face_vary_cvt() 2606 if ( offsetToData + ( tupleCount & GX_TC_TUPLE_COUNT_MASK ) * 4 > in tt_face_vary_cvt() 2622 FT_TRACE5(( "cvar: there are %d tuples:\n", tupleCount & 0xFFF )); in tt_face_vary_cvt() 2624 for ( i = 0; i < ( tupleCount & 0xFFF ); i++ ) in tt_face_vary_cvt() 3042 FT_UInt tupleCount; in TT_Vary_Apply_Glyph_Deltas() local 3088 tupleCount = FT_GET_USHORT(); in TT_Vary_Apply_Glyph_Deltas() 3092 if ( offsetToData + ( tupleCount & GX_TC_TUPLE_COUNT_MASK ) * 4 > in TT_Vary_Apply_Glyph_Deltas() 3104 if ( tupleCount & GX_TC_TUPLES_SHARE_POINT_NUMBERS ) in TT_Vary_Apply_Glyph_Deltas() 3119 tupleCount & GX_TC_TUPLE_COUNT_MASK )); in TT_Vary_Apply_Glyph_Deltas() [all …]
|
/external/icu/icu4c/source/test/intltest/ |
D | numfmtst.h | 228 void expectPositions(FieldPositionIterator& iter, int32_t *values, int32_t tupleCount,
|
D | numfmtst.cpp | 6636 …NumberFormatTest::expectPositions(FieldPositionIterator& iter, int32_t *values, int32_t tupleCount, in expectPositions() argument 6641 if (tupleCount > 10) { in expectPositions() 6644 for (int i = 0; i < tupleCount; ++i) { in expectPositions() 6661 for (int i = 0; i < tupleCount; ++i) { in expectPositions() 6678 for (int i = 0; i < tupleCount; ++i) { in expectPositions() 6744 int32_t tupleCount = UPRV_LENGTHOF(expected)/3; in TestFormatAttributes() local 6749 expectPositions(posIter, expected, tupleCount, result); in TestFormatAttributes() 6777 int32_t tupleCount = UPRV_LENGTHOF(expected)/3; in TestFormatAttributes() local 6782 expectPositions(posIter, expected, tupleCount, result); in TestFormatAttributes()
|