HomeSort by relevance Sort by last modified time
    Searched refs:innerThisIndex (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/src/pathops/
SkOpContour.cpp 151 int innerThisIndex = innerCoin.fSegments[0];
152 if (thisIndex == innerThisIndex) {
155 if (this == otherContour && otherIndex == innerThisIndex) {
159 innerThisIndex = innerCoin.fSegments[1];
160 if (this == innerOtherContour && thisIndex == innerThisIndex) {
163 if (otherContour == innerOtherContour && otherIndex == innerThisIndex) {
306 int innerThisIndex = innerCoin.fSegments[0];
307 if (thisIndex == innerThisIndex) {
310 if (this == otherContour && otherIndex == innerThisIndex) {
314 innerThisIndex = innerCoin.fSegments[1]
    [all...]
  /external/skia/src/pathops/
SkOpContour.cpp 143 int innerThisIndex = innerCoin.fSegments[0];
144 if (thisIndex == innerThisIndex) {
147 if (this == otherContour && otherIndex == innerThisIndex) {
151 innerThisIndex = innerCoin.fSegments[1];
152 if (this == innerOtherContour && thisIndex == innerThisIndex) {
155 if (otherContour == innerOtherContour && otherIndex == innerThisIndex) {
295 int innerThisIndex = innerCoin.fSegments[0];
296 if (thisIndex == innerThisIndex) {
299 if (this == otherContour && otherIndex == innerThisIndex) {
303 innerThisIndex = innerCoin.fSegments[1]
    [all...]

Completed in 1363 milliseconds