OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fillsBounds
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/graphics/skia/
OpaqueRegionSkia.cpp
200
bool
fillsBounds
= false;
207
didDraw(context, strokeRect, paint, sourceBitmap,
fillsBounds
, FillOrStroke);
211
bool
fillsBounds
= paint.getStyle() != SkPaint::kStroke_Style;
212
didDraw(context, fillRect, paint, sourceBitmap,
fillsBounds
, FillOnly);
223
bool
fillsBounds
= false;
229
didDraw(context, rect, paint, 0,
fillsBounds
, FillOrStroke);
251
bool
fillsBounds
= false;
257
didDraw(context, rect, paint, 0,
fillsBounds
, FillOrStroke);
263
bool
fillsBounds
= false;
270
didDraw(context, rect, paint, 0,
fillsBounds
, FillOrStroke)
[
all
...]
OpaqueRegionSkia.h
88
void didDraw(const GraphicsContext*, const SkRect&, const SkPaint&, const SkBitmap* sourceBitmap, bool
fillsBounds
, DrawType);
Completed in 22 milliseconds