HomeSort by relevance Sort by last modified time
    Searched refs:lastAdvance (Results 1 - 3 of 3) 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/legacy/src/core/
SkAdvancedTypefaceMetrics.cpp 147 Data lastAdvance = kInvalidAdvance;
177 if (advance == lastAdvance) {
185 if (lastAdvance == 0) {
200 if (lastAdvance == 0 &&
215 } else if (lastAdvance != 0 &&
224 curRange->fAdvance.append(1, &lastAdvance);
238 lastAdvance = advance;
  /external/skia/src/core/
SkAdvancedTypefaceMetrics.cpp 153 Data lastAdvance = kInvalidAdvance;
183 if (advance == lastAdvance) {
191 if (lastAdvance == 0) {
206 if (lastAdvance == 0 &&
221 } else if (lastAdvance != 0 &&
230 curRange->fAdvance.append(1, &lastAdvance);
244 lastAdvance = advance;

Completed in 79 milliseconds