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

  /development/samples/devbytes/graphics/FoldingLayout/src/com/example/android/foldinglayout/
FoldingLayout.java 391 float anchorPoint = mIsHorizontal ? mAnchorFactor * mOriginalWidth :
395 float midFold = mIsHorizontal ? (anchorPoint / mFoldDrawWidth) : anchorPoint /
413 mDst[0] = (anchorPoint > x * mFoldDrawWidth) ? anchorPoint + (x - midFold) *
414 scaledWidth : anchorPoint - (midFold - x) * scaledWidth;
418 mDst[4] = (anchorPoint > (x + 1) * mFoldDrawWidth) ? anchorPoint + (x + 1 - midFold)
419 * scaledWidth : anchorPoint - (midFold - x - 1) * scaledWidth;
426 mDst[1] = (anchorPoint > x * mFoldDrawHeight) ? anchorPoint + (x - midFold)
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-layout-gpos-table.hh 269 font->get_glyph_contour_point_for_origin (glyph_id, anchorPoint, HB_DIRECTION_LTR, &cx, &cy);
284 UINT16 anchorPoint; /* Index to glyph contour point */
    [all...]
  /prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar 
jcommon-1.0.12.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 
jcommon-1.0.12.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/repository/jfree/jcommon/1.0.12/
jcommon-1.0.12.jar 
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winuser.h     [all...]

Completed in 250 milliseconds