OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:nextglyph
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/
FontFastPath.cpp
386
int
nextGlyph
= 0;
387
while (
nextGlyph
< glyphBuffer.size()) {
388
const SimpleFontData* nextFontData = glyphBuffer.fontDataAt(
nextGlyph
);
389
FloatSize nextOffset = glyphBuffer.offsetAt(
nextGlyph
);
391
drawGlyphs(context, fontData, glyphBuffer, lastFrom,
nextGlyph
- lastFrom, startPoint);
393
lastFrom =
nextGlyph
;
398
nextX += glyphBuffer.advanceAt(
nextGlyph
);
399
nextGlyph
++;
402
drawGlyphs(context, fontData, glyphBuffer, lastFrom,
nextGlyph
- lastFrom, startPoint);
/external/freetype/src/base/
ftpatent.c
221
goto
NextGlyph
;
228
goto
NextGlyph
;
238
NextGlyph
:
/frameworks/base/libs/hwui/
FontRenderer.h
43
#define GET_GLYPH(text)
nextGlyph
((const uint16_t**) &text)
148
static glyph_t
nextGlyph
(const uint16_t** srcPtr) {
Completed in 282 milliseconds