OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SkCullPointsPath
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/skia/include/utils/
SkCullPoints.h
48
/** \class
SkCullPointsPath
53
class
SkCullPointsPath
{
55
SkCullPointsPath
();
56
SkCullPointsPath
(const SkIRect& r, SkPath* dst);
/external/skia/include/utils/
SkCullPoints.h
48
/** \class
SkCullPointsPath
53
class
SkCullPointsPath
{
55
SkCullPointsPath
();
56
SkCullPointsPath
(const SkIRect& r, SkPath* dst);
/external/chromium_org/third_party/skia/src/utils/
SkCullPoints.cpp
117
SkCullPointsPath
::
SkCullPointsPath
()
121
SkCullPointsPath
::
SkCullPointsPath
(const SkIRect& r, SkPath* dst)
125
void
SkCullPointsPath
::reset(const SkIRect& r, SkPath* dst) {
130
void
SkCullPointsPath
::moveTo(int x, int y) {
134
void
SkCullPointsPath
::lineTo(int x, int y) {
/external/skia/src/utils/
SkCullPoints.cpp
117
SkCullPointsPath
::
SkCullPointsPath
()
121
SkCullPointsPath
::
SkCullPointsPath
(const SkIRect& r, SkPath* dst)
125
void
SkCullPointsPath
::reset(const SkIRect& r, SkPath* dst) {
130
void
SkCullPointsPath
::moveTo(int x, int y) {
134
void
SkCullPointsPath
::lineTo(int x, int y) {
Completed in 134 milliseconds