HomeSort by relevance Sort by last modified time
    Searched defs:startBase (Results 1 - 4 of 4) sorted by null

  /frameworks/base/core/java/android/animation/
PathKeyframes.java 100 int startBase = (startIndex * NUM_COMPONENTS);
103 float startFraction = mKeyframeData[startBase + FRACTION_OFFSET];
108 float startX = mKeyframeData[startBase + X_OFFSET];
110 float startY = mKeyframeData[startBase + Y_OFFSET];
  /external/skia/src/pathops/
SkOpSegment.cpp     [all...]
SkPathOpsDebug.cpp 811 const SkOpPtT* startBase = spanS->ptT();
816 if (startBase == testBase) {
822 if (this->match(startBase, testBase->segment(), testBase->fT, testBase->fPt)) {
835 } while ((startBase = startBase->next()) != spanS->ptT());
    [all...]
  /external/libgdx/backends/gdx-backends-gwt/libs/
gwt-user.jar 

Completed in 166 milliseconds