OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:last_paint_scale_
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/ash/wm/caption_buttons/
frame_caption_button.cc
29
last_paint_scale_
(1.0f),
43
gfx::Canvas canvas(size(),
last_paint_scale_
, false);
local
73
last_paint_scale_
= canvas->image_scale();
77
gfx::Canvas composed_canvas(size(),
last_paint_scale_
, false);
local
frame_caption_button.h
82
float
last_paint_scale_
;
member in class:ash::FrameCaptionButton
/external/chromium_org/ui/views/controls/
image_view.cc
22
last_paint_scale_
(0.f),
101
last_paint_scale_
!= 0.0f &&
103
img.GetRepresentation(
last_paint_scale_
).sk_bitmap().getPixels();
202
last_paint_scale_
= canvas->image_scale();
223
image_.GetRepresentation(
last_paint_scale_
).sk_bitmap().getPixels();
image_view.h
126
float
last_paint_scale_
;
member in class:views::ImageView
Completed in 1054 milliseconds