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

  /frameworks/base/core/java/android/hardware/camera2/legacy/
ParameterUtils.java 502 float cropH, cropW;
505 cropW = activeArray.width();
509 cropW = cropH * aspectRatioPreview;
512 cropW = activeArray.width();
513 cropH = cropW / aspectRatioPreview;
517 RectF cropRect = new RectF(/*left*/0, /*top*/0, cropW, cropH);
546 float cropH, cropW;
550 cropW = cropH * aspectRatioShrinkTarget;
553 cropW = reference.width();
554 cropH = cropW / aspectRatioShrinkTarget
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
LabelMaker.java 372 int cropU, int cropV, int cropW, int cropH) {
379 crop[2] = cropW;

Completed in 100 milliseconds