summaryrefslogtreecommitdiffstats
path: root/ui/gfx/canvas_skia.cc
Commit message (Expand)AuthorAgeFilesLines
* ui/gfx: Extract RemoveAcceleratorChar() out of skia_util.*tfarina@chromium.org2012-11-141-1/+1
* ui: Prefer +/- operators to apply offsets.danakj@chromium.org2012-11-101-4/+4
* Remove unused custom vertical text alignment in CanvasSkia.msw@chromium.org2012-11-061-32/+12
* Cleanup: avoid foo ? true : false, part 1.thestig@chromium.org2012-09-271-1/+1
* Add RenderText::SetFont() function to simplify some call sites.asvitkine@chromium.org2012-09-181-1/+1
* ui: No need to typedef testing::Test in unittests.tfarina@chromium.org2012-07-271-1/+1
* Remove Linux-specific mapping from NO_ELLIPSIS to MULTI_LINE in canvas_skia.cc.asvitkine@chromium.org2012-07-241-5/+0
* Cleanup gfx::Canvas now that 10562027 has landedpkotwicz@chromium.org2012-07-241-4/+6
* Revert 147915 - Cleanup gfx::Canvas now that 10562027 has landedacolwell@chromium.org2012-07-231-6/+4
* Cleanup gfx::Canvas now that 10562027 has landedpkotwicz@chromium.org2012-07-231-4/+6
* Fix fade-truncation of LTR tab titles under RTL UI.asvitkine@chromium.org2012-07-091-0/+4
* Rename RenderText::CreateRenderText() to RenderText::CreateInstance().asvitkine@chromium.org2012-07-091-4/+4
* Fix RenderTextWin base direction; remove test exceptions; etc.msw@chromium.org2012-07-041-2/+3
* Fix default alignment of drawn text when no alignment flags are passed.asvitkine@chromium.org2012-07-041-0/+8
* Fix eliding of LTR tab title in RTL UI under non-Windows Views.asvitkine@chromium.org2012-07-041-3/+0
* Rename DrawBitmapInt to DrawImageIntpkotwicz@chromium.org2012-06-071-1/+1
* Revert 140877 - Rename DrawBitmapInt to DrawImageIntpkotwicz@chromium.org2012-06-061-1/+1
* Rename DrawBitmapInt to DrawImageIntpkotwicz@chromium.org2012-06-061-1/+1
* Fix issue with multi-line alignment in canvas_skia.cc.asvitkine@chromium.org2012-06-041-0/+1
* Update std::vector<ShadowValue> to ShadowValues.xiyuan@chromium.org2012-05-291-1/+1
* Fix incorrect forcing of text directionality in canvas_skia.cc.asvitkine@chromium.org2012-05-161-16/+40
* ash: Better and faster text shadows.xiyuan@chromium.org2012-04-111-14/+31
* Use the RenderText's computed text height instead of Font::GetHeight() in can...asvitkine@chromium.org2012-04-051-11/+29
* Fix vertical text alignment logic in canvas_skia.cc.asvitkine@chromium.org2012-03-271-18/+8
* ui/gfx: Do not pass SkColor by const-reference as it's defined as POD(integer).tfarina@chromium.org2012-03-241-4/+4
* ui/gfx: Rename canvas_skia_skia to just canvas_skia.tfarina@chromium.org2012-03-181-0/+422
* ui/gfx: Fix the file names of "canvas_skia_*" to say just "canvas_platform".tfarina@chromium.org2012-03-171-378/+0
* ui/gfx: Clean up the remaining references to CanvasSkia.tfarina@chromium.org2012-03-171-75/+64
* Remove redundant memory clears when constructing BitmapPlatformDevice instanc...twiz@chromium.org2012-03-161-0/+6
* ui/gfx: Get rid of CanvasSkia::GetSkCanvas() function.tfarina@chromium.org2012-03-131-9/+1
* ui/gfx: Get rid of CanvasSkia::AsCanvasSkia() function.tfarina@chromium.org2012-03-111-8/+0
* Adds an outline beneath the current window as you drag it around tosky@chromium.org2012-03-091-41/+48
* ui/gfx: Make gfx::Canvas inherit from gfx::CanvasSkia.tfarina@chromium.org2012-03-091-3/+3
* ui/gfx: Get rid of Canvas::CreateCanvas() function.tfarina@chromium.org2012-03-051-11/+0
* ui: Let skia do the conversion work for us by using the integer version of se...tfarina@chromium.org2012-03-011-5/+1
* ui/gfx: Move CanvasPaintWin into its own file.tfarina@chromium.org2012-02-251-29/+0
* Speculative Revert 120885 - ui/gfx: Make the first version of Canvas::TileIma...hbono@chromium.org2012-02-081-2/+3
* ui/gfx: Make the first version of Canvas::TileImageInt take a gfx::Rect.tfarina@chromium.org2012-02-081-3/+2
* ui/gfx: Convert Canvas::DrawLineInt() to use gfx::Point.tfarina@chromium.org2012-02-051-5/+5
* Pass const gfx::Rect& as the first parameter to FillRect.tfarina@chromium.org2012-02-011-5/+5
* Move |PlatformFont::GetStringWidth()| implementation up into font.cc directly.asvitkine@chromium.org2012-01-241-0/+7
* CanvasSkia::Transform should be enabled on the Macdhollowa@chromium.org2012-01-131-3/+1
* Add a new ctor to CanvasSkia that takes a const SkBitmap&.tfarina@chromium.org2011-12-211-0/+8
* Make CanvasSkia take a gfx::Size as the first parameter.tfarina@chromium.org2011-12-201-3/+4
* ui/gfx: Convert Canvas::DrawRectInt() to use gfx::Rect.tfarina@chromium.org2011-12-171-15/+16
* Revert 111288 - Possibly broke media_unittests on Macrsleevi@chromium.org2011-11-231-16/+15
* ui/gfx: Convert Canvas::DrawRectInt() to use gfx::Rect.tfarina@chromium.org2011-11-231-15/+16
* ui/gfx: Convert CreateCanvas to use gfx::Size.tfarina@chromium.org2011-11-011-2/+2
* ui/gfx: Convert Canvas::FillRectInt() to use gfx::Rect.tfarina@chromium.org2011-10-311-9/+8
* ui/gfx: Change Canvas::ScaleInt() to just Canvas::Scale().tfarina@chromium.org2011-10-271-2/+2