HomeSort by relevance Sort by last modified time
    Searched refs:lastAdvance (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/
GlyphBuffer.h 194 GlyphBufferAdvance& lastAdvance = m_advances.last();
196 lastAdvance.width += width;
198 lastAdvance += width;
200 lastAdvance += FloatSize(width, 0);
  /external/skia/src/core/
SkAdvancedTypefaceMetrics.cpp 84 Data lastAdvance = SK_MinS16;
93 if (advance == lastAdvance) {
96 if (lastAdvance == 0 && repeats >= 0) {
106 if (lastAdvance == 0 && repeats >= 3) {
115 curRange->fAdvance.append(1, &lastAdvance);
124 lastAdvance = advance;

Completed in 127 milliseconds