OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:gText
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/skia/samplecode/
SampleTextBox.cpp
37
static const char
gText
[] =
88
tbox.setText(
gText
, strlen(
gText
), paint);
SampleBitmapRect.cpp
145
static const char
gText
[] =
158
const int BIG_W = SkScalarRoundToInt(paint.measureText(
gText
, strlen(
gText
)));
165
canvas.drawText(
gText
, strlen(
gText
), 0, paint.getTextSize()*4/5, paint);
/external/chromium_org/third_party/skia/gm/
verttext.cpp
16
static const char
gText
[] = "Hello";
19
//static const char
gText
[] = "??????";
20
//static const char
gText
[] = {0xE3,0x80,0x8C, 0xE3,0x83,0x86, 0xE3,0x82,0xB9, 0xE3,0x83,0x88, 0xE3,0x80,0x82, 0xE3,0x80,0x8D, 0x0};
23
//static const char
gText
[] = "??????";
24
//static const char
gText
[] = {0xEF,0xB9,0x81, 0xE3,0x83,0x86, 0xE3,0x82,0xB9, 0xE3,0x83,0x88, 0xEF,0xB8,0x92, 0xEF,0xB9,0x82, 0x0};
26
static const size_t gLen = sizeof(
gText
) - sizeof(
gText
[0]);
64
SkScalar total = paint.measureText(
gText
, gLen);
76
int numChars = paint.getTextWidths(
gText
, gLen, adv, NULL);
101
canvas->drawText(
gText
, gLen, x, y, paint)
[
all
...]
Completed in 188 milliseconds