OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fBitmapCount
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/samplecode/
SampleFilter2.cpp
30
int
fBitmapCount
;
34
fBitmapCount
= SK_ARRAY_COUNT(gNames)*2;
35
fBitmaps = new SkBitmap[
fBitmapCount
];
37
for (int i = 0; i <
fBitmapCount
/2; i++) {
41
for (int i =
fBitmapCount
/2; i <
fBitmapCount
; i++) {
42
SkImageDecoder::DecodeFile(gNames[i-
fBitmapCount
/2], &fBitmaps[i], kRGB_565_SkColorType,
80
for (int i = 0; i <
fBitmapCount
; i++) {
81
SkScalar x = (k *
fBitmapCount
+ j) * W;
SampleEncode.cpp
112
int
fBitmapCount
;
115
fBitmapCount
= SK_ARRAY_COUNT(gColorTypes);
116
fBitmaps = new SkBitmap[
fBitmapCount
];
117
fEncodedPNGs = new SkAutoDataUnref[
fBitmapCount
];
118
fEncodedJPEGs = new SkAutoDataUnref[
fBitmapCount
];
119
for (int i = 0; i <
fBitmapCount
; i++) {
163
if (
fBitmapCount
== 0) {
176
for (int i = 0; i <
fBitmapCount
; i++) {
Completed in 98 milliseconds