OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:text32
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/tests/
UnicodeTest.cpp
47
int32_t
text32
[sizeof(text8)];
local
54
text32
[i] = text16[i] = text8[i];
70
int count32 = paint.textToGlyphs(
text32
, len32, glyphs32);
/external/chromium_org/third_party/skia/src/core/
SkPaint.cpp
552
const int32_t*
text32
= (const int32_t*)text;
local
554
while (
text32
< stop32) {
555
*gptr++ = cache->unicharToGlyph(*
text32
++);
[
all
...]
Completed in 1541 milliseconds