OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:penY
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/libs/hwui/
FontRenderer.h
121
penY
(dropShadow.
penY
) {
128
int32_t
penY
;
FontRenderer.cpp
602
image.
penY
= 0;
638
int
penY
= radius - bounds.bottom;
644
mCurrentFont->render(paint, text, startIndex, len, numGlyphs, penX,
penY
,
657
image.
penY
=
penY
;
TextDropShadowCache.cpp
190
texture->top = shadow.
penY
;
/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);
/frameworks/base/libs/hwui/font/
Font.cpp
409
float
penY
= y + positions[(glyphsCount << 1) + 1];
411
(*this.*render)(cachedGlyph, roundf(penX), roundf(
penY
),
Completed in 49 milliseconds