OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kNumColors
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/cc/layers/
delegated_renderer_layer_impl.cc
337
const int
kNumColors
= arraysize(colors);
367
top_quad->SetNew(shared_quad_state, top, colors[i %
kNumColors
], false);
373
colors[
kNumColors
- 1 - (i %
kNumColors
)],
381
colors[
kNumColors
- 1 - (i %
kNumColors
)],
387
shared_quad_state, right, colors[i %
kNumColors
], false);
/external/chromium_org/chrome/utility/cloud_print/
pwg_encoder.cc
21
const uint32
kNumColors
= 3;
22
const uint32 kBitsPerPixel =
kNumColors
* kBitsPerColor;
80
net::WriteBigEndian<uint32>(header + kHeaderCupsNumColors,
kNumColors
);
Completed in 28 milliseconds