OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:numColors
(Results
1 - 4
of
4
) sorted by null
/external/qemu/distrib/sdl-1.2.12/src/video/epoc/
SDL_epocvideo.cpp
185
TInt
numColors
= TDisplayModeUtils::NumDisplayModeColors(displaymode);
187
for (TInt32 i = 2; i <
numColors
; i <<= 1, bitsPerPixel++);
/frameworks/base/tools/aapt/
Images.cpp
344
int8_t
numColors
;
474
numColors
= numRows * numCols;
475
image->info9Patch.
numColors
=
numColors
;
476
image->info9Patch.colors = (uint32_t*)malloc(
numColors
* sizeof(uint32_t));
526
assert(colorIndex ==
numColors
);
528
for (i=0; i<
numColors
; i++) {
532
if (i ==
numColors
- 1) printf("\n");
582
for (int i = 0; i < outPatch->
numColors
; i++) {
591
patch1.
numColors
== patch2.numColors &
[
all
...]
/frameworks/base/libs/hwui/
DisplayListRenderer.cpp
380
int8_t
numColors
= 0;
384
colors = getUInts(
numColors
);
725
int8_t
numColors
= 0;
731
colors = getUInts(
numColors
);
741
numColors
, left, top, right, bottom, paint);
[
all
...]
/frameworks/base/include/utils/
ResourceTypes.h
112
int8_t
numColors
;
[
all
...]
Completed in 778 milliseconds