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

  /external/opencv3/modules/viz/include/opencv2/viz/
widgets.hpp 63 POINT_SIZE,
110 - **POINT_SIZE**
135 - **POINT_SIZE**
    [all...]
  /external/zxing/qr_scanner/src/com/google/zxing/client/android/
ViewfinderView.java 46 private static final int POINT_SIZE = 6;
136 POINT_SIZE, paint);
147 POINT_SIZE / 2, paint);
155 frame.left - POINT_SIZE,
156 frame.top - POINT_SIZE,
157 frame.right + POINT_SIZE,
158 frame.bottom + POINT_SIZE);
  /frameworks/base/core/java/android/hardware/camera2/params/
TonemapCurve.java 63 public static final int POINT_SIZE = 2;
84 * {@link CameraCharacteristics#TONEMAP_MAX_CURVE_POINTS} * {@value #POINT_SIZE} elements and
85 * at least 2 * {@value #POINT_SIZE} elements.</p>
92 * @param red An array of elements whose length is divisible by {@value #POINT_SIZE}
93 * @param green An array of elements whose length is divisible by {@value #POINT_SIZE}
94 * @param blue An array of elements whose length is divisible by {@value #POINT_SIZE}
110 checkArgumentArrayLengthDivisibleBy(red, POINT_SIZE, "red");
111 checkArgumentArrayLengthDivisibleBy(green, POINT_SIZE, "green");
112 checkArgumentArrayLengthDivisibleBy(blue, POINT_SIZE, "blue");
167 return getCurve(colorChannel).length / POINT_SIZE;
    [all...]
  /external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/particleeditor/
Chart.java 34 static private final int POINT_SIZE = 6;
134 int pointSize = isExpanded ? POINT_SIZE_EXPANDED : POINT_SIZE;
306 int pointSize = isExpanded ? POINT_SIZE_EXPANDED : POINT_SIZE;
  /external/opencv3/modules/core/src/
gl_core_3_1.hpp 271 POINT_SIZE = 0x0B11,
    [all...]
  /prebuilts/sdk/25/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_23/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 205 milliseconds