Searched refs:numRanges (Results 1 - 11 of 11) sorted by relevance

/external/freetype/src/base/
H A Dftgasp.c36 if ( ttface->gasp.numRanges > 0 )
39 TT_GaspRange range_end = range + ttface->gasp.numRanges;
/external/webkit/Source/WebCore/platform/graphics/
H A DFontFallbackList.cpp81 unsigned numRanges = segmentedFontData->numRanges(); local
82 if (numRanges == 1)
H A DSegmentedFontData.h59 unsigned numRanges() const { return m_ranges.size(); } function in class:WebCore::SegmentedFontData
H A DGlyphPageTreeNode.cpp249 unsigned numRanges = segmentedFontData->numRanges(); local
253 for (unsigned i = 0; i < numRanges; i++) {
/external/webkit/Source/WebCore/css/
H A DCSSSegmentedFontFace.cpp110 unsigned numRanges = ranges.size(); local
111 if (!numRanges)
114 for (unsigned j = 0; j < numRanges; ++j)
119 if (fontData->numRanges())
H A DCSSFontSelector.cpp278 unsigned numRanges = rangeList->length(); local
279 for (unsigned i = 0; i < numRanges; i++) {
/external/icu4c/common/
H A Dpropname.cpp147 int32_t i=1; // valueMaps index, initially after numRanges
148 for(int32_t numRanges=valueMaps[0]; numRanges>0; --numRanges) {
169 int32_t numRanges=valueMaps[valueMapIndex++]; local
170 if(numRanges<0x10) {
172 for(; numRanges>0; --numRanges) {
188 int32_t nameGroupOffsetsStart=valueMapIndex+numRanges-0x10;
/external/freetype/src/sfnt/
H A Dttcmap.c2631 /* numRanges 0 ULONG number of ranges following */
2765 FT_ULong numRanges = TT_NEXT_ULONG( defp ); local
2770 if ( defp + numRanges * 4 > valid->limit )
2773 for ( i = 0; i < numRanges; ++i )
2868 FT_UInt32 numRanges = TT_PEEK_ULONG( base ); local
2873 max = numRanges;
3093 FT_UInt32 numRanges = (FT_UInt32)TT_NEXT_ULONG( p ); local
3098 for ( ; numRanges > 0; numRanges-- )
3114 FT_UInt32 numRanges; local
3205 FT_UInt32 numRanges; local
[all...]
H A Dttload.c1228 face->gasp.numRanges = FT_GET_USHORT();
1235 face->gasp.numRanges = 0;
1240 num_ranges = face->gasp.numRanges;
1241 FT_TRACE3(( "numRanges: %u\n", num_ranges ));
H A Dsfobjs.c1143 face->gasp.numRanges = 0;
/external/freetype/include/freetype/internal/
H A Dtttypes.h301 /* numRanges :: The number of gasp ranges in table. */
308 FT_UShort numRanges; member in struct:TT_Gasp_

Completed in 173 milliseconds