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

  /external/icu/icu4c/source/layout/
AnchorTables.h 38 le_uint16 anchorPoint;
AnchorTables.cpp 67 if (! fontInstance->getGlyphPoint(glyphID, SWAPW(anchorPoint), point)) {
  /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/opencv3/modules/imgproc/misc/java/test/
ImgprocTest.java 26 Point anchorPoint;
35 anchorPoint = new Point(2, 2);
195 Imgproc.blur(gray0, dst, size, anchorPoint);
201 Imgproc.blur(gray0, dst, size, anchorPoint, Core.BORDER_REFLECT);
225 Imgproc.boxFilter(gray255, dst, 8, size, anchorPoint, false);
231 Imgproc.boxFilter(gray255, dst, 8, size, anchorPoint, false, Core.BORDER_REFLECT);
697 Imgproc.erode(src, dst, kernel, anchorPoint, 10);
714 Imgproc.erode(src, dst, kernel, anchorPoint, 10, Core.BORDER_REFLECT, sc);
    [all...]
  /external/skia/experimental/iOSSampleApp/
SkSampleUIView.mm 290 fGLLayer.anchorPoint = CGPointMake(0, 0);
301 fRasterLayer.anchorPoint = CGPointMake(0, 0);
  /external/harfbuzz_ng/src/
hb-ot-layout-gpos-table.hh 266 font->get_glyph_contour_point_for_origin (glyph_id, anchorPoint, HB_DIRECTION_LTR, &cx, &cy);
281 USHORT 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 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 869 milliseconds