OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GeometryHolder
(Results
1 - 7
of
7
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageMirror.java
27
import com.android.gallery3d.filtershow.imageshow.GeometryMathUtils.
GeometryHolder
;
33
private
GeometryHolder
mDrawHolder = new
GeometryHolder
();
ImageRotate.java
27
import com.android.gallery3d.filtershow.imageshow.GeometryMathUtils.
GeometryHolder
;
33
private
GeometryHolder
mDrawHolder = new
GeometryHolder
();
GeometryMathUtils.java
48
public static final class
GeometryHolder
{
54
public void set(
GeometryHolder
h) {
80
if (!(o instanceof
GeometryHolder
)) {
83
GeometryHolder
h = (
GeometryHolder
) o;
217
private static void concatMirrorMatrix(Matrix m,
GeometryHolder
holder) {
253
public static
GeometryHolder
unpackGeometry(Collection<FilterRepresentation> geometry) {
254
GeometryHolder
holder = new
GeometryHolder
();
259
public static void unpackGeometry(
GeometryHolder
out
[
all
...]
ImageCrop.java
37
import com.android.gallery3d.filtershow.imageshow.GeometryMathUtils.
GeometryHolder
;
45
private
GeometryHolder
mGeometry = new
GeometryHolder
();
46
private
GeometryHolder
mUpdateHolder = new
GeometryHolder
();
ImageStraighten.java
37
import com.android.gallery3d.filtershow.imageshow.GeometryMathUtils.
GeometryHolder
;
55
private
GeometryHolder
mDrawHolder = new
GeometryHolder
();
206
private void updateCurrentCrop(Matrix m,
GeometryHolder
h, RectF tmp, int imageWidth,
MasterImage.java
586
GeometryMathUtils.
GeometryHolder
holder = GeometryMathUtils.unpackGeometry(
ImageShow.java
450
GeometryMathUtils.
GeometryHolder
holder = null;
[
all
...]
Completed in 40 milliseconds