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

  /packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/
GestureBot.java 59 Rect endCoord = findDocument(endLabel).getBounds();
60 double diffX = endCoord.centerX() - startCoord.centerX();
61 double diffY = endCoord.centerY() - startCoord.centerY();
  /external/freetype/src/cff/
cfftypes.h 126 FT_Fixed endCoord;
cffload.c     [all...]
  /external/freetype/src/truetype/
ttgxvar.h 81 FT_Fixed endCoord;
ttgxvar.c 504 axisCoords[j].endCoord = FT_fdot14ToFixed( end );
886 axis->peakCoord > axis->endCoord )
890 axis->endCoord > 0 &&
900 face->blend->normalizedcoords[j] > axis->endCoord )
914 FT_DivFix( axis->endCoord - face->blend->normalizedcoords[j],
915 axis->endCoord - axis->peakCoord );
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-layout-common-private.hh     [all...]

Completed in 2940 milliseconds