Searched refs:tiled (Results 1 - 13 of 13) sorted by relevance

/external/chromium/chrome/browser/ui/gtk/
H A Dnine_box.cc35 cairo_t* tiled = cairo_create(surface); local
36 gdk_cairo_set_source_pixbuf(tiled, src, 0, 0);
37 cairo_pattern_set_extend(cairo_get_source(tiled), CAIRO_EXTEND_REPEAT);
38 cairo_rectangle(tiled, 0, 0, width, height);
39 cairo_fill(tiled);
44 cairo_destroy(tiled);
139 // Top row, center image is horizontally tiled.
147 // Center row, all images are vertically tiled, center is horizontally tiled.
155 // Bottom row, center image is horizontally tiled
[all...]
/external/chromium_org/chrome/browser/ui/gtk/
H A Dnine_box.cc45 cairo_t* tiled = cairo_create(surface); local
46 src->ToCairo()->SetSource(tiled, widget, 0, 0);
47 cairo_pattern_set_extend(cairo_get_source(tiled), CAIRO_EXTEND_REPEAT);
48 cairo_rectangle(tiled, 0, 0, width, height);
49 cairo_fill(tiled);
54 cairo_destroy(tiled);
164 // Top row, center image is horizontally tiled.
169 // Center row, all images are vertically tiled, center is horizontally tiled.
174 // Bottom row, center image is horizontally tiled
[all...]
/external/chromium_org/third_party/skia/src/gpu/
H A DGrTexture.cpp127 bool tiled = NULL != params && params->isTiled(); local
128 if (tiled && !gpu->caps()->npotTextureTileSupport()) {
H A DGrContext.cpp304 // The desired texture is NPOT and tiled but that isn't supported by
593 bool tiled = NULL != params && params->isTiled(); local
594 if (tiled && !caps->npotTextureTileSupport()) {
/external/skia/src/gpu/
H A DGrTexture.cpp127 bool tiled = NULL != params && params->isTiled(); local
128 if (tiled && !gpu->caps()->npotTextureTileSupport()) {
H A DGrContext.cpp304 // The desired texture is NPOT and tiled but that isn't supported by
593 bool tiled = NULL != params && params->isTiled(); local
594 if (tiled && !caps->npotTextureTileSupport()) {
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_texture.c145 /* Size of the image in tiles (for tiled layout) */
316 if (lpr->tiled[0].data) {
317 align_free(lpr->tiled[0].data);
318 lpr->tiled[0].data = NULL;
335 /* free tiled image data */
336 for (level = 0; level < Elements(lpr->tiled); level++) {
337 if (lpr->tiled[level].data) {
338 align_free(lpr->tiled[level].data);
339 lpr->tiled[level].data = NULL;
344 for (level = 0; level < Elements(lpr->tiled); leve
[all...]
H A Dlp_tile_image.c29 * Code to convert images from tiled to linear and back.
85 * Convert a 4x4 rect of 32-bit words from a linear layout into tiled
105 * Convert a 4x4 rect of 16-bit words from a linear layout into tiled
125 * Convert a tiled image into a linear image.
216 * Convert a linear image into a tiled image.
317 uint8_t *tiled = MALLOC(wt * ht * TILE_SIZE * TILE_SIZE * 4); local
321 lp_linear_to_tiled(data, tiled, 0, 0, width, height, format,
324 lp_tiled_to_linear(tiled, data, 0, 0, width, height, format,
327 FREE(tiled);
H A Dlp_texture.h49 LP_TEX_LAYOUT_TILED, /**< the tile data is in tiled layout */
64 * linear layout (for texture sampling) and another in a tiled layout (for
66 * or tiled on a per-tile basis.
82 * The former are tiled and have per-tile layout flags.
107 struct llvmpipe_texture_image tiled[LP_MAX_TEXTURE_LEVELS]; member in struct:llvmpipe_resource
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_texture.c145 /* Size of the image in tiles (for tiled layout) */
316 if (lpr->tiled[0].data) {
317 align_free(lpr->tiled[0].data);
318 lpr->tiled[0].data = NULL;
335 /* free tiled image data */
336 for (level = 0; level < Elements(lpr->tiled); level++) {
337 if (lpr->tiled[level].data) {
338 align_free(lpr->tiled[level].data);
339 lpr->tiled[level].data = NULL;
344 for (level = 0; level < Elements(lpr->tiled); leve
[all...]
H A Dlp_tile_image.c29 * Code to convert images from tiled to linear and back.
85 * Convert a 4x4 rect of 32-bit words from a linear layout into tiled
105 * Convert a 4x4 rect of 16-bit words from a linear layout into tiled
125 * Convert a tiled image into a linear image.
216 * Convert a linear image into a tiled image.
317 uint8_t *tiled = MALLOC(wt * ht * TILE_SIZE * TILE_SIZE * 4); local
321 lp_linear_to_tiled(data, tiled, 0, 0, width, height, format,
324 lp_tiled_to_linear(tiled, data, 0, 0, width, height, format,
327 FREE(tiled);
H A Dlp_texture.h49 LP_TEX_LAYOUT_TILED, /**< the tile data is in tiled layout */
64 * linear layout (for texture sampling) and another in a tiled layout (for
66 * or tiled on a per-tile basis.
82 * The former are tiled and have per-tile layout flags.
107 struct llvmpipe_texture_image tiled[LP_MAX_TEXTURE_LEVELS]; member in struct:llvmpipe_resource
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.forms_3.5.2.r36_v20100702.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 154 milliseconds