OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getBottomCubic
(Results
1 - 4
of
4
) sorted by null
/external/skia/src/utils/
SkPatchUtils.h
95
static void
getBottomCubic
(const SkPoint cubics[12], SkPoint points[4]);
SkPatchUtils.cpp
145
SkPatchUtils::
getBottomCubic
(cubics, pts);
171
void SkPatchUtils::
getBottomCubic
(const SkPoint cubics[12], SkPoint points[4]) {
240
SkPatchUtils::
getBottomCubic
(cubics, pts);
/external/skia/gm/
patch.cpp
28
SkPatchUtils::
getBottomCubic
(cubics, bottom);
patchgrid.cpp
16
SkPatchUtils::
getBottomCubic
(cubics, bottom);
Completed in 86 milliseconds