OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:penX
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/libs/hwui/font/
Font.cpp
303
float
penX
= 0.0f;
318
penX
+= pathOffset - textWidth;
321
while (glyphsCount < numGlyphs &&
penX
< pathLength) {
329
penX
+= SkFixedToFloat(AUTO_KERN(prevRsbDelta, cachedGlyph->mLsbDelta));
333
drawCachedGlyph(cachedGlyph,
penX
, hOffset, vOffset, measure, &position, &tangent);
336
penX
+= SkFixedToFloat(cachedGlyph->mAdvanceX);
408
float
penX
= x + positions[(glyphsCount << 1)];
411
(*this.*render)(cachedGlyph, roundf(
penX
), roundf(penY),
/frameworks/base/libs/hwui/
FontRenderer.h
120
image(dropShadow.image),
penX
(dropShadow.
penX
),
127
int32_t
penX
;
FontRenderer.cpp
601
image.
penX
= 0;
637
int
penX
= radius - bounds.left;
644
mCurrentFont->render(paint, text, startIndex, len, numGlyphs,
penX
, penY,
656
image.
penX
=
penX
;
TextDropShadowCache.cpp
189
texture->left = shadow.
penX
;
/frameworks/rs/
rsFont.cpp
178
int32_t
penX
= x, penY = y;
205
drawCachedGlyph(cachedGlyph,
penX
, penY);
208
drawCachedGlyph(cachedGlyph,
penX
, penY, bitmap, bitmapW, bitmapH);
211
measureCachedGlyph(cachedGlyph,
penX
, penY, bounds);
216
penX
+= (cachedGlyph->mAdvanceX >> 6);
Completed in 350 milliseconds