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

/external/webkit/Source/WebCore/platform/graphics/mac/
H A DGlyphPageTreeNodeMac.cpp110 const CFIndex* stringIndices = CTRunGetStringIndicesPtr(ctRun); local
111 if (!stringIndices) {
114 stringIndices = indexVector.data();
118 if (stringIndices[i] >= static_cast<CFIndex>(length)) {
123 setGlyphDataForIndex(offset + stringIndices[i], glyphs[i], fontData);

Completed in 63 milliseconds