OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:unrotated
(Results
1 - 19
of
19
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
CropMath.java
160
RectF
unrotated
= new RectF();
local
161
float angle = getUnrotated(rotatedRect, center,
unrotated
);
162
return pointInRotatedRect(point,
unrotated
, angle);
248
private static float getUnrotated(float[] rotatedRect, float[] center, RectF
unrotated
) {
256
unrotated
.set(trapToRect(unrotatedRect));
BoundedRect.java
347
float[]
unrotated
= Arrays.copyOf(innerRotated, 8);
local
348
m.mapPoints(
unrotated
);
349
inner = CropMath.trapToRect(
unrotated
);
/external/webrtc/webrtc/
video_frame.h
127
// pending" rotation (a no-op for "
unrotated
").
/frameworks/base/libs/input/
PointerController.cpp
355
// Adjust to use the display's
unrotated
coordinate frame.
/frameworks/native/libs/gui/
Surface.cpp
414
// opposite direction, since it was generated assuming an
unrotated
[
all
...]
/external/skia/src/ports/
SkFontHost_mac.cpp
690
/**
Unrotated
variant of fCTFont.
694
*
unrotated
glyph, and then the rotation is applied separately.
699
* With kCTFontVerticalOrientation the advances must be
unrotated
.
[
all
...]
/libcore/ojluni/src/main/java/java/awt/font/
TextAttribute.java
566
* with a rotated TRANSFORM and an
unrotated
TRANSFORM will measure as
[
all
...]
/hardware/intel/img/hwcomposer/merrifield/common/devices/
VirtualDevice.cpp
[
all
...]
/frameworks/base/core/java/android/hardware/camera2/
CaptureRequest.java
[
all
...]
CaptureResult.java
[
all
...]
/external/opencv3/modules/features2d/src/
brisk.cpp
712
// get the gray values in the
unrotated
pattern
[
all
...]
/frameworks/av/include/camera/ndk/
NdkCameraMetadataTags.h
[
all
...]
/device/moto/shamu/camera/QCamera2/HAL3/
QCamera3Channel.cpp
472
/* Note that the image dimension will be the
unrotated
stream dimension.
[
all
...]
/device/huawei/angler/camera/QCamera2/HAL3/
QCamera3Channel.cpp
475
/* Note that the image dimension will be the
unrotated
stream dimension.
[
all
...]
/device/lge/bullhead/camera/QCamera2/HAL3/
QCamera3Channel.cpp
475
/* Note that the image dimension will be the
unrotated
stream dimension.
[
all
...]
/system/media/camera/docs/
metadata_properties.xml
[
all
...]
ndk_metadata_properties.xml
[
all
...]
/frameworks/native/services/inputflinger/
InputReader.cpp
131
// key codes enumerated counter-clockwise with the original (
unrotated
) key first
[
all
...]
/hardware/qcom/camera/QCamera2/HAL3/
QCamera3Channel.cpp
519
/* Note that the image dimension will be the
unrotated
stream dimension.
[
all
...]
Completed in 573 milliseconds