OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nextGlyph
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/libs/hwui/font/
FontUtil.h
44
#define GET_GLYPH(text)
nextGlyph
((const uint16_t**) &text)
47
static glyph_t
nextGlyph
(const uint16_t** srcPtr) {
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
FontFastPath.cpp
459
unsigned
nextGlyph
= 1;
463
while (
nextGlyph
< glyphBuffer.size()) {
464
const SimpleFontData* nextFontData = glyphBuffer.fontDataAt(
nextGlyph
);
469
renderingContext->drawSVGGlyphs(context, runInfo.run, fontData, glyphBuffer, lastFrom,
nextGlyph
- lastFrom, startPoint);
472
drawGlyphs(context, fontData, glyphBuffer, lastFrom,
nextGlyph
- lastFrom, startPoint, runInfo.bounds);
474
lastFrom =
nextGlyph
;
478
nextX += glyphBuffer.advanceAt(
nextGlyph
);
479
nextGlyph
++;
484
renderingContext->drawSVGGlyphs(context, runInfo.run, fontData, glyphBuffer, lastFrom,
nextGlyph
- lastFrom, startPoint);
487
drawGlyphs(context, fontData, glyphBuffer, lastFrom,
nextGlyph
- lastFrom, startPoint, runInfo.bounds)
[
all
...]
Completed in 28 milliseconds