OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:buffer_pixels
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/cc/resources/
picture_pile_base.h
89
int
buffer_pixels
() const { return tiling_.border_texels(); }
function in class:cc::PicturePileBase
118
void SetBufferPixels(int
buffer_pixels
);
picture_pile_base.cc
143
int
buffer_pixels
= static_cast<int>(ceil(1 / min_contents_scale) - 1);
local
144
buffer_pixels
= std::max(0,
buffer_pixels
);
145
SetBufferPixels(
buffer_pixels
);
170
if (new_buffer_pixels ==
buffer_pixels
())
229
-
buffer_pixels
(), -
buffer_pixels
(), -
buffer_pixels
(), -
buffer_pixels
());
/external/chromium_org/content/renderer/
skia_benchmarking_extension.cc
213
uint8*
buffer_pixels
= reinterpret_cast<uint8*>(buffer.data());
local
217
buffer_pixels
[i] = SkGetPackedR32(c);
218
buffer_pixels
[i + 1] = SkGetPackedG32(c);
219
buffer_pixels
[i + 2] = SkGetPackedB32(c);
220
buffer_pixels
[i + 3] = SkGetPackedA32(c);
Completed in 96 milliseconds