OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SkXRect
(Results
1 - 4
of
4
) sorted by null
/external/skia/include/core/
SkScan.h
30
typedef SkIRect
SkXRect
;
35
static void FillXRect(const
SkXRect
&, const SkRegion* clip, SkBlitter*);
40
SkScan::FillXRect(*(const
SkXRect
*)&rect, clip, blitter);
65
static void AntiFillXRect(const
SkXRect
&, const SkRegion* clip, SkBlitter*);
69
SkScan::AntiFillXRect(*(const
SkXRect
*)&rect, clip, blitter);
82
/** Assign an
SkXRect
from a SkIRect, by promoting the src rect's coordinates
86
static inline void XRect_set(
SkXRect
* xr, const SkIRect& src) {
93
/** Assign an
SkXRect
from a SkRect, by promoting the src rect's coordinates
97
static inline void XRect_set(
SkXRect
* xr, const SkRect& src) {
104
/** Round the
SkXRect
coordinates, and store the result in the SkIRect
[
all
...]
/external/skia/src/core/
SkScan.cpp
56
void SkScan::FillXRect(const
SkXRect
& xr, const SkRegion* clip,
SkScan_Antihair.cpp
533
static void antifillrect(const
SkXRect
& xr, SkBlitter* blitter)
581
void SkScan::AntiFillXRect(const
SkXRect
& xr, const SkRegion* clip,
593
SkXRect
tmpR;
605
SkXRect
tmpR;
627
SkXRect
xr;
SkDraw.cpp
419
SkXRect
r;
436
SkXRect
r;
[
all
...]
Completed in 405 milliseconds