OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:glyphscount
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/libs/hwui/font/
Font.cpp
313
int
glyphsCount
= 0;
334
while (
glyphsCount
< numGlyphs && penX < pathLength) {
351
glyphsCount
++;
372
int
glyphsCount
= 0;
373
while (
glyphsCount
< numGlyphs) {
382
glyphsCount
++;
404
int
glyphsCount
= 0;
408
while (
glyphsCount
< numGlyphs) {
421
int penX = x + (int) roundf(positions[(
glyphsCount
<< 1)]);
422
int penY = y + (int) roundf(positions[(
glyphsCount
<< 1) + 1])
[
all
...]
/frameworks/base/core/jni/
android_view_GLES20Canvas.cpp
607
size_t
glyphsCount
= end - start;
608
int bytesCount =
glyphsCount
* sizeof(jchar);
609
renderer->drawText((const char*) (glyphs + start), bytesCount,
glyphsCount
,
[
all
...]
/external/chromium_org/third_party/skia/src/pdf/
SkPDFFont.cpp
[
all
...]
/external/skia/src/pdf/
SkPDFFont.cpp
[
all
...]
Completed in 338 milliseconds