summaryrefslogtreecommitdiffstats
path: root/cc/layers/nine_patch_layer_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* [Android] tab switcher exit animation gray line bug fix.kkimlabs2016-01-231-114/+47
* cc: Remove the layer content_bounds() and use bounds() instead.Dana Jansens2015-06-181-2/+2
* Rename cc::ResourceProvider::ResourceId to cc::ResourceId and move it to its ...jbauman2015-05-191-1/+1
* cc: Some more cleanup and removing TODOs for validating resources.danakj2015-04-241-3/+9
* cc: Add ResourceId validation checks at the time of AppendQuads.danakj2015-04-071-0/+3
* cc: Stop passing the occlusion explicitly to AppendQuads.danakj2015-02-141-10/+19
* [cc] Add nearest neighbor filtering for TextureLayer.jackhou2014-12-041-9/+19
* cc: Set opaque rect of TextureDrawQuad in NinePatchLayerImpl.jungjik.lee2014-11-141-2/+10
* cc cleanup: Update paths to geometry headersheejin.r.chung2014-10-231-1/+1
* cc: Pass Occlusion instead of OcclusionTracker to LayerImplsvmpstr2014-10-071-14/+19
* cc: Remove use of PassAs() and constructor-casting with scoped_ptr.danakj2014-09-271-1/+1
* Revert of cc: Remove use of PassAs() and constructor-casting with scoped_ptr....dcheng2014-09-271-1/+1
* cc: Remove use of PassAs() and constructor-casting with scoped_ptr.danakj2014-09-271-1/+1
* cc: Move UnoccludedContentRect to Occlusion.vmpstr2014-09-181-18/+12
* Extirpate CreateBooleanValue.estade@chromium.org2014-07-171-3/+1
* Create DrawQuad in RenderPass and only give out raw pointer to layersweiliangc@chromium.org2014-07-031-19/+18
* Removed QuadSink and MockQuadCullerweiliangc@chromium.org2014-06-231-26/+31
* cc: Pass scaled bounds to debug border quads for drawing.sohan.jyoti@samsung.com2014-06-201-1/+2
* NinePatchLayer should support aperture on edgedtrainor@chromium.org2014-05-091-15/+2
* Create SharedQuadState on RenderPassweiliangc@chromium.org2014-05-071-2/+3
* cc: Apply occlusion before creating quads in NinePatchLayerImpl.danakj@chromium.org2014-04-181-119/+155
* cc: Rename QuadSink::Append to MaybeAppend.danakj@chromium.org2014-03-131-9/+9
* cc: Remove the AppendQuadsData from QuadSink::Append.danakj@chromium.org2014-03-121-9/+9
* cc: Add visible_rect to Draw*Quad::SetNew().danakj@chromium.org2014-03-071-0/+9
* Pass gfx::Rect and gfx::RectF by const ref.prashant.n@samsung.com2014-01-101-2/+2
* cc: Fix cc_perftests: 10_10_layer_tree.json and DenseBrowserUIpowei@chromium.org2013-12-041-1/+5
* Generic UIResourceLayer for shared resources.clholgat@chromium.org2013-10-041-51/+32
* Update the nine patch layer to use UI resourcespowei@chromium.org2013-09-201-112/+192
* Revert 223162 "Update the nine patch layer to use UI resources"zmo@chromium.org2013-09-131-186/+112
* Update the nine patch layer to use UI resourcespowei@chromium.org2013-09-131-112/+186
* Revert 222732 "Update the nine patch layer to use UI resources"yfriedman@chromium.org2013-09-121-187/+112
* Update the nine patch layer to use UI resourcespowei@chromium.org2013-09-121-112/+187
* Fix crashes when NinePatchLayer doesn't have a resource.ccameron@chromium.org2013-08-201-2/+3
* Blend TextureLayer background-color at draw time.alokp@chromium.org2013-07-121-2/+12
* cc: Delete LayerTreeAsText / ShowPlatformLayerTreeenne@chromium.org2013-06-201-10/+0
* Use a direct include of strings headers in cc/.avi@chromium.org2013-06-101-1/+1
* Skip drawing unsupported layers in forced software modeboliu@chromium.org2013-06-021-2/+8
* cc: Make LayerImpl::LayerTypeAsString return the full typeenne@chromium.org2013-05-151-1/+1
* cc: Remove empty WillDraw/DidDraw from NinePatchLayerImpl.danakj@chromium.org2013-04-061-4/+0
* cc: Fix lint errors in cc.danakj@chromium.org2013-03-281-1/+4
* Fix cpplint errors in cc/(animation|input|layers|trees|test)/jamesr@chromium.org2013-03-261-1/+1
* cc: Fix capitalization style in chromified files.danakj@chromium.org2013-03-251-23/+23
* Part 10 of cc/ directory shuffles: layersjamesr@chromium.org2013-03-181-0/+300