OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:image_aperture_
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/cc/layers/
nine_patch_layer_impl.cc
32
layer_impl->SetLayout(
image_aperture_
, border_, fill_center_);
54
if (
image_aperture_
== aperture &&
58
image_aperture_
= aperture;
83
DCHECK(!
image_aperture_
.size().IsEmpty());
85
.Contains(
image_aperture_
));
89
DCHECK_LT(
image_aperture_
.width(), image_bounds_.width() - 1);
90
DCHECK_LT(
image_aperture_
.height(), image_bounds_.height() - 1);
91
DCHECK_GT(
image_aperture_
.x(), 0);
92
DCHECK_GT(
image_aperture_
.y(), 0);
160
int image_aperture_left_width =
image_aperture_
.x()
[
all
...]
nine_patch_layer.cc
38
if (
image_aperture_
== aperture)
41
image_aperture_
= aperture;
62
layer_impl->SetLayout(
image_aperture_
, border_, fill_center_);
nine_patch_layer.h
53
gfx::Rect
image_aperture_
;
member in class:cc::NinePatchLayer
nine_patch_layer_impl.h
79
gfx::Rect
image_aperture_
;
member in class:cc::NinePatchLayerImpl
Completed in 226 milliseconds