OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fCornerPts
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/utils/
SkPatchGrid.cpp
15
,
fCornerPts
(nullptr)
25
delete[]
fCornerPts
;
42
fCornerPts
[cornerPos] = cubics[SkPatchUtils::kTopP0_CubicCtrlPts];
43
fCornerPts
[cornerPos + 1] = cubics[SkPatchUtils::kTopP3_CubicCtrlPts];
44
fCornerPts
[cornerPos + (fCols + 1)] = cubics[SkPatchUtils::kBottomP0_CubicCtrlPts];
45
fCornerPts
[cornerPos + (fCols + 1) + 1] = cubics[SkPatchUtils::kBottomP3_CubicCtrlPts];
88
cubics[SkPatchUtils::kTopP0_CubicCtrlPts] =
fCornerPts
[cornerPos];
89
cubics[SkPatchUtils::kTopP3_CubicCtrlPts] =
fCornerPts
[cornerPos + 1];
90
cubics[SkPatchUtils::kBottomP0_CubicCtrlPts] =
fCornerPts
[cornerPos + (fCols + 1)];
91
cubics[SkPatchUtils::kBottomP3_CubicCtrlPts] =
fCornerPts
[cornerPos + (fCols + 1) + 1]
[
all
...]
SkPatchGrid.h
23
* The array
fCornerPts
stores the corner control points of the patches.
26
* The array fCornerColors holds the corner colors in the same format as
fCornerPts
.
27
* The array fTexCoords holds the texture coordinates in the same format as
fCornerpts
.
29
*
fCornerPts
fHrzPts fVrtPts
135
SkPoint*
fCornerPts
;
Completed in 60 milliseconds