OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gTypes
(Results
1 - 4
of
4
) sorted by null
/external/skia/tests/
ImageDecodingTest.cpp
195
const SkImageEncoder::Type
gTypes
[] = {
202
for (size_t i = 0; i < SK_ARRAY_COUNT(
gTypes
); ++i) {
204
SkAutoTUnref<SkMemoryStream> stream(create_image_stream(
gTypes
[i]));
/development/ide/xcode/ports/
SkOSWindow_Mac.cpp
36
static const EventTypeSpec
gTypes
[] = {
49
int count = SK_ARRAY_COUNT(
gTypes
);
53
count,
gTypes
, this, nil);
/external/chromium_org/third_party/skia/src/views/mac/
SkOSWindow_Mac.cpp
130
static const EventTypeSpec
gTypes
[] = {
144
int count = SK_ARRAY_COUNT(
gTypes
);
147
count,
gTypes
, this, nil);
/external/skia/src/views/mac/
SkOSWindow_Mac.cpp
130
static const EventTypeSpec
gTypes
[] = {
144
int count = SK_ARRAY_COUNT(
gTypes
);
147
count,
gTypes
, this, nil);
Completed in 234 milliseconds