OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:gFaces
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/samplecode/
SampleFontScalerTest.cpp
27
}
gFaces
[] = {
37
static const int gFaceCount = SK_ARRAY_COUNT(
gFaces
);
45
fFaces[i] = SkTypeface::CreateFromName(
gFaces
[i].fName,
46
gFaces
[i].fStyle);
/external/chromium_org/third_party/skia/gm/
typeface.cpp
14
static const char*
gFaces
[] = {
25
fFaces = new SkTypeface*[SK_ARRAY_COUNT(
gFaces
)];
26
for (size_t i = 0; i < SK_ARRAY_COUNT(
gFaces
); i++) {
27
fFaces[i] = sk_tool_utils::create_portable_typeface(
gFaces
[i], SkTypeface::kNormal);
32
for (size_t i = 0; i < SK_ARRAY_COUNT(
gFaces
); i++) {
53
for (int i = 0; i < (int)SK_ARRAY_COUNT(
gFaces
); i++) {
57
for (int i = SK_ARRAY_COUNT(
gFaces
) - 1; i >= 0; i--) {
Completed in 37 milliseconds