Searched refs:numRanges (Results 1 - 10 of 10) 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.cpp219 unsigned numRanges = segmentedFontData->numRanges(); local
223 for (unsigned i = 0; i < numRanges; i++) {
/external/webkit/Source/WebCore/css/
H A DCSSSegmentedFontFace.cpp109 unsigned numRanges = ranges.size(); local
110 if (!numRanges)
113 for (unsigned j = 0; j < numRanges; ++j)
118 if (fontData->numRanges())
H A DCSSFontSelector.cpp278 unsigned numRanges = rangeList->length(); local
279 for (unsigned i = 0; i < numRanges; i++) {
/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.c1135 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 3118 milliseconds