Home
last modified time | relevance | path

Searched refs:aperture (Results 1 – 25 of 42) sorted by relevance

12

/external/chromium_org/content/renderer/compositor_bindings/
Dweb_nine_patch_layer_impl.cc28 const blink::WebRect& aperture) { in setBitmap() argument
30 setAperture(aperture); in setBitmap()
31 setBorder(blink::WebRect(aperture.x, in setBitmap()
32 aperture.y, in setBitmap()
33 bitmap.width() - aperture.width, in setBitmap()
34 bitmap.height() - aperture.height)); in setBitmap()
43 void WebNinePatchLayerImpl::setAperture(const blink::WebRect& aperture) { in setAperture() argument
46 nine_patch->SetAperture(gfx::Rect(aperture)); in setAperture()
Dweb_nine_patch_layer_impl.h27 virtual void setBitmap(SkBitmap bitmap, const blink::WebRect& aperture);
29 virtual void setAperture(const blink::WebRect& aperture);
/external/chromium_org/cc/layers/
Dnine_patch_layer.cc37 void NinePatchLayer::SetAperture(const gfx::Rect& aperture) { in SetAperture() argument
38 if (image_aperture_ == aperture) in SetAperture()
41 image_aperture_ = aperture; in SetAperture()
Dnine_patch_layer_unittest.cc70 gfx::Rect aperture(5, 5, 1, 1); in TEST_F() local
72 test_layer->SetAperture(aperture); in TEST_F()
Dnine_patch_layer.h39 void SetAperture(const gfx::Rect& aperture);
Dnine_patch_layer_impl.cc47 void NinePatchLayerImpl::SetLayout(const gfx::Rect& aperture, in SetLayout() argument
54 if (image_aperture_ == aperture && in SetLayout()
58 image_aperture_ = aperture; in SetLayout()
Dnine_patch_layer_impl_unittest.cc239 gfx::Rect aperture = gfx::Rect(3, 3, 4, 4); in TEST() local
241 nine_patch_layer_impl->SetLayout(aperture, border, true); in TEST()
/external/chromium_org/third_party/WebKit/public/platform/
DWebNinePatchLayer.h46 virtual void setBitmap(SkBitmap, const WebRect& aperture) = 0;
/external/chromium_org/third_party/mesa/src/docs/
DMESA_agp_offset.spec36 region into byte offsets into the AGP aperture.
/external/mesa3d/docs/
DMESA_agp_offset.spec36 region into byte offsets into the AGP aperture.
/external/opencv/cv/src/
D_cvimgproc.h56 ( const void* src, int srcstep, void* dst, int dststep, CvSize roi, int aperture );
D_cvipp.h443 ( const void* src, int srcstep, void* dst, int dststep, CvSize roi, int aperture ))
/external/oprofile/events/x86-64/hammer/
Dunit_masks116 0x01 GART aperture hit on access from CPU
117 0x02 GART aperture hit on access from I/O
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DGraphicsLayer.h214 void setContentsToNinePatch(Image*, const IntRect& aperture);
DGraphicsLayer.cpp1025 void GraphicsLayer::setContentsToNinePatch(Image* image, const IntRect& aperture) in setContentsToNinePatch() argument
1034 m_ninePatchLayer->setBitmap(nativeImage->bitmap(), aperture); in setContentsToNinePatch()
/external/oprofile/events/x86-64/family10/
Dunit_masks135 0x01 GART aperture hit on access from CPU
136 0x02 GART aperture hit on access from I/O
/external/libexif/po/
Dda.po14 # aperture -> blændetal
3693 msgid "The lens aperture. The unit is the APEX value."
Den_GB.po3623 msgid "The lens aperture. The unit is the APEX value."
3624 msgstr "The lens aperture. The unit is the APEX value."
Den_AU.po3623 msgid "The lens aperture. The unit is the APEX value."
3624 msgstr "The lens aperture. The unit is the APEX value."
Dlibexif-12.pot3359 msgid "The lens aperture. The unit is the APEX value."
Dru.po3511 msgid "The lens aperture. The unit is the APEX value."
Duk.po3362 msgid "The lens aperture. The unit is the APEX value."
Dbe.po3363 msgid "The lens aperture. The unit is the APEX value."
Dja.po3373 msgid "The lens aperture. The unit is the APEX value."
Dpt.po3363 msgid "The lens aperture. The unit is the APEX value."

12