OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:checkerboard
(Results
1 - 7
of
7
) sorted by null
/external/pixman/demos/
checkerboard.c
13
pixman_image_t *
checkerboard
;
local
23
checkerboard
= pixman_image_create_bits (PIXMAN_a8r8g8b8,
53
pixman_image_composite (PIXMAN_OP_SRC, fill, NULL,
checkerboard
,
59
pixman_image_set_transform (
checkerboard
, &trans);
60
pixman_image_set_filter (
checkerboard
, PIXMAN_FILTER_BEST, NULL, 0);
61
pixman_image_set_repeat (
checkerboard
, PIXMAN_REPEAT_NONE);
64
checkerboard
, NULL, destination,
/external/chromium_org/webkit/renderer/compositor_bindings/
web_content_layer_impl.h
32
virtual void setDrawCheckerboardForMissingTiles(bool
checkerboard
);
/external/chromium_org/cc/layers/
layer_impl.h
441
void SetDrawCheckerboardForMissingTiles(bool
checkerboard
) {
442
draw_checkerboard_for_missing_tiles_ =
checkerboard
;
layer.cc
762
void Layer::SetDrawCheckerboardForMissingTiles(bool
checkerboard
) {
764
if (draw_checkerboard_for_missing_tiles_ ==
checkerboard
)
766
draw_checkerboard_for_missing_tiles_ =
checkerboard
;
[
all
...]
layer.h
307
void SetDrawCheckerboardForMissingTiles(bool
checkerboard
);
/external/chromium_org/ui/surface/
accelerated_surface_transformer_win_unittest.cc
153
// Locks and fills a surface with a
checkerboard
pattern where the colors
344
"Resizing %dx%d -> %dx%d at
checkerboard
size of %d",
465
"YUV Converting %dx%d at
checkerboard
size of %d; MRT %s",
735
uniform_int_distribution<int>
checkerboard
(0, arraysize(checkerboards) - 1);
749
int checkerboard_size = checkerboards[
checkerboard
(rng_)];
776
uniform_int_distribution<int>
checkerboard
(0, arraysize(checkerboards) - 1);
789
int checkerboard_size = checkerboards[
checkerboard
(rng_)];
805
// Start with some easy-to-debug cases. A
checkerboard
size of 1 is the
806
// best test, but larger
checkerboard
sizes give more insight into where
815
// All cases of width (mod 8) and height (mod 8), using 1x1
checkerboard
[
all
...]
/external/chromium/chrome/browser/resources/file_manager/js/
file_manager.js
[
all
...]
Completed in 214 milliseconds