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

/external/chromium_org/third_party/WebKit/Source/platform/fonts/opentype/
H A DOpenTypeVerticalData.cpp193 uint16_t fromEnd = coverage2->ranges[i].end + 1; // OpenType "end" is inclusive local
194 if (indexTo + (fromEnd - from) > countTo)
196 for (; from != fromEnd; ++from, ++indexTo)

Completed in 212 milliseconds