OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tiled
(Results
1 - 5
of
5
) sorted by null
/external/skia/src/gpu/
GrTexture.cpp
138
bool
tiled
= NULL != params && params->isTiled();
local
139
if (
tiled
&& !gpu->getCaps().npotTextureTileSupport()) {
GrContext.cpp
276
// The desired texture is NPOT and
tiled
but that isn't supported by
532
bool
tiled
= NULL != params && params->isTiled();
local
533
if (
tiled
&& !caps.npotTextureTileSupport()) {
[
all
...]
/external/chromium/chrome/browser/ui/gtk/
nine_box.cc
35
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/webkit/Source/WebCore/platform/graphics/texmap/
TextureMapperNode.h
225
bool
tiled
;
member in struct:WebCore::TextureMapperNode::State
241
,
tiled
(false)
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar
Completed in 131 milliseconds