OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lastAdvance
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
GlyphBuffer.h
123
GlyphBufferAdvance&
lastAdvance
= m_advances.last();
124
lastAdvance
.setWidth(
lastAdvance
.width() + width);
/external/chromium_org/third_party/skia/src/core/
SkAdvancedTypefaceMetrics.cpp
154
Data
lastAdvance
= kInvalidAdvance;
183
if (advance ==
lastAdvance
) {
191
if (
lastAdvance
== 0) {
205
if (
lastAdvance
== 0 &&
220
} else if (
lastAdvance
!= 0 &&
229
curRange->fAdvance.append(1, &
lastAdvance
);
242
lastAdvance
= advance;
/external/skia/src/core/
SkAdvancedTypefaceMetrics.cpp
154
Data
lastAdvance
= kInvalidAdvance;
183
if (advance ==
lastAdvance
) {
191
if (
lastAdvance
== 0) {
205
if (
lastAdvance
== 0 &&
220
} else if (
lastAdvance
!= 0 &&
229
curRange->fAdvance.append(1, &
lastAdvance
);
242
lastAdvance
= advance;
Completed in 123 milliseconds