HomeSort by relevance Sort by last modified time
    Searched refs:Direction (Results 201 - 225 of 262) sorted by null

1 2 3 4 5 6 7 891011

  /external/pdfium/core/src/fpdftext/
fpdf_text.cpp 324 CFX_BidiChar::Direction ret = pBidiChar->GetBidiInfo(&start, &count);
338 CFX_BidiChar::Direction ret = pBidiChar->GetBidiInfo(&start, &count);
fpdf_text_int.cpp 763 int CPDF_TextPage::GetWordBreak(int index, int direction) const {
767 if (direction != FPDFTEXT_LEFT && direction != FPDFTEXT_RIGHT)
782 if (direction == FPDFTEXT_LEFT) {
789 } else if (direction == FPDFTEXT_RIGHT) {
980 CFX_BidiChar::Direction ret = pBidi->GetBidiInfo(&start, &count);
1084 CFX_BidiChar::Direction ret = pBidiChar->GetBidiInfo(&start, &count);
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
Workspace.java 201 // Direction used for moving the workspace and hotseat UI
202 public enum Direction {
208 Direction(Property<View, Float> viewProperty) {
216 * These values correspond to {@link Direction#X} & {@link Direction#Y}
221 * The values correspond to {@link Direction#X}, {@link Direction#Y} &
307 // Total over scrollX in the overlay direction.
310 // Total over scrollX in the overlay direction.
    [all...]
  /external/skia/tests/
PathTest.cpp 1902 SkPath::Direction direction; local
1914 SkPath::Direction direction = (SkPath::Direction) - 1; local
    [all...]
  /frameworks/base/graphics/java/android/graphics/drawable/
GradientDrawable.java 821 mPath.addRoundRect(mRect, st.mRadiusArray, Path.Direction.CW);
871 ringPath.addOval(bounds, Path.Direction.CW);
872 ringPath.addOval(innerBounds, Path.Direction.CCW);
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
BatteryMeterDrawable.java 477 mClipPath.addRect(mFrame, Path.Direction.CCW);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
sql.h 507 SQLRETURN SQL_API SQLDataSources(SQLHENV EnvironmentHandle,SQLUSMALLINT Direction,SQLCHAR *ServerName,SQLSMALLINT BufferLength1,SQLSMALLINT *NameLength1,SQLCHAR *Description,SQLSMALLINT BufferLength2,SQLSMALLINT *NameLength2);
tapi3if.h     [all...]
d3d8types.h     [all...]
d3d9types.h     [all...]
  /system/tools/aidl/
generate_java_binder.cpp 434 AidlArgument::Direction dir = arg->GetDirection();
  /external/v8/src/ia32/
codegen-ia32.cc 71 enum Direction { FORWARD, BACKWARD };
81 Direction direction,
92 if (direction == BACKWARD) __ sub(src, Immediate(0x40));
97 if (direction == FORWARD) __ add(src, Immediate(0x40));
98 if (direction == BACKWARD) __ sub(dst, Immediate(0x40));
103 if (direction == FORWARD) __ add(dst, Immediate(0x40));
110 if (direction == BACKWARD) __ sub(src, Immediate(0x20));
113 if (direction == FORWARD) __ add(src, Immediate(0x20));
114 if (direction == BACKWARD) __ sub(dst, Immediate(0x20))
    [all...]
  /external/v8/src/crankshaft/
hydrogen.h     [all...]
  /external/skia/src/gpu/
GrDrawContext.cpp 430 // If we don't have AA then we outset for a half pixel in each direction to account for
601 SkPath::Direction dirs[2];
  /external/v8/src/x87/
codegen-x87.cc 67 enum Direction { FORWARD, BACKWARD };
  /frameworks/base/docs/html/reference/android/support/test/
navtree_data.js 79 , null ], [ "Enums", null, [ [ "Direction", "reference/android/support/test/uiautomator/Direction.html", null, null ] ]
  /packages/apps/Gallery/src/com/android/camera/
CropImage.java 282 Path.Direction.CW);
  /packages/apps/Launcher3/src/com/android/launcher3/folder/
FolderIcon.java 551 mClipPath.addCircle(radius, radius, radius, Path.Direction.CW);
    [all...]
  /prebuilts/misc/common/ub-uiautomator/
ub-uiautomator.jar 
  /external/skia/src/utils/
SkLua.cpp     [all...]
  /prebuilts/devtools/tools/lib/
monkeyrunner.jar 
  /prebuilts/gradle-plugin/com/android/tools/monkeyrunner/24.4.0-beta6/
monkeyrunner-24.4.0-beta6.jar 
  /prebuilts/gradle-plugin/com/android/tools/monkeyrunner/24.5.0/
monkeyrunner-24.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/monkeyrunner/25.0.0-alpha1/
monkeyrunner-25.0.0-alpha1.jar 
  /frameworks/base/core/java/android/widget/
RadialTimePickerView.java 818 selectorPath.addCircle(selCenterX, selCenterY, selRadius, Path.Direction.CCW);
    [all...]

Completed in 1156 milliseconds

1 2 3 4 5 6 7 891011