HomeSort by relevance Sort by last modified time
    Searched refs:transforms (Results 26 - 50 of 114) sorted by null

12 3 4 5

  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/
TextureUnitPropertyAccessor.java 17 package com.android.ide.eclipse.gltrace.state.transforms;
GLPropertyAccessor.java 17 package com.android.ide.eclipse.gltrace.state.transforms;
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
ReflectUtils.java 35 private static final Map transforms = new HashMap(8); field in class:ReflectUtils
82 transforms.put("byte", "B");
83 transforms.put("char", "C");
84 transforms.put("double", "D");
85 transforms.put("float", "F");
86 transforms.put("int", "I");
87 transforms.put("long", "J");
88 transforms.put("short", "S");
89 transforms.put("boolean", "Z");
205 String transform = (String)transforms.get(className)
    [all...]
  /external/clang/lib/ARCMigrate/
ARCMT.cpp 245 std::vector<TransformFn> transforms = arcmt::getAllTransformations(OrigGCMode, local
247 assert(!transforms.empty());
318 for (unsigned i=0, e = transforms.size(); i != e; ++i)
319 transforms[i](pass);
357 std::vector<TransformFn> transforms = arcmt::getAllTransformations(OrigGCMode, local
359 assert(!transforms.empty());
361 for (unsigned i=0, e = transforms.size(); i != e; ++i) {
362 bool err = migration.applyTransform(transforms[i]);
Transforms.cpp 1 //===--- Transforms.cpp - Transformations to ARC mode ---------------------===//
10 #include "Transforms.h"
594 std::vector<TransformFn> transforms; local
597 transforms.push_back(GCRewriteFinalize);
598 transforms.push_back(independentTransforms);
600 transforms.push_back(removeEmptyStatementsAndDeallocFinalize);
602 return transforms;
  /external/llvm/test/Bindings/Ocaml/
vectorize_opts.ml 35 (*===-- Transforms --------------------------------------------------------===*)
55 suite "transforms" test_transforms;
ipo_opts.ml 36 (*===-- Transforms --------------------------------------------------------===*)
71 suite "transforms" test_transforms;
scalar_opts.ml 35 (*===-- Transforms --------------------------------------------------------===*)
86 suite "transforms" test_transforms;
  /external/chromium_org/third_party/libpng/
pngread.c 617 /* Check for transforms that have been set but were defined out */
    [all...]
pngwrite.c 807 /* Check for transforms that have been set but were defined out */
    [all...]
  /external/clang/tools/arcmt-test/
arcmt-test.cpp 175 transforms = arcmt::getAllTransformations(origCI.getLangOpts()->getGC(), local
177 assert(!transforms.empty());
183 for (unsigned i=0, e = transforms.size(); i != e; ++i) {
184 bool err = migration.applyTransform(transforms[i], transformPrinter.get());
  /external/qemu/distrib/libpng-1.2.46/
pngread.c 626 /* Check for transforms that have been set but were defined out */
    [all...]
pngwrite.c 807 /* Check for transforms that have been set but were defined out */
    [all...]
  /frameworks/base/core/java/android/transition/
ChangeTransform.java 36 * A change in parent is handled as well by capturing the transforms from
45 private static final String PROPNAME_TRANSFORMS = "android:changeTransform:transforms";
88 * change doesn't use an overlay, it affects the transforms of the child. The
110 * change doesn't use an overlay, it affects the transforms of the child. The
132 * changes are tracked, then the transform will adjust to the transforms of the
133 * different parents. If they aren't tracked, only the transforms of the transitioning
145 * changes are tracked, then the transform will adjust to the transforms of the
146 * different parents. If they aren't tracked, only the transforms of the transitioning
168 Transforms transforms = new Transforms(view) local
258 final Transforms transforms = (Transforms) endValues.values.get(PROPNAME_TRANSFORMS); local
    [all...]
  /frameworks/native/opengl/libagl/
vertex.cpp 70 const GLfixed* const m = c->transforms.vpt.transform.matrix.m;
114 &c->transforms.modelview.transform, &v->eye, &v->obj);
176 transform_t& mvit = c->transforms.mvit4;
light.cpp 225 c->transforms.mvui.point4(&c->transforms.mvui,
234 c->transforms.mvui.point3(&c->transforms.mvui,
360 c->transforms.mvui.point3(&c->transforms.mvui, &n, &n);
366 if (c->transforms.rescaleNormals)
386 const transform_t& mv = c->transforms.modelview.transform;
537 transform_t& mv = c->transforms.modelview.transform;
545 transform_t& mvui = c->transforms.mvui
    [all...]
state.cpp 166 c->transforms.rescaleNormals = enabled ? cap : 0;
463 c->transforms.modelview.top().elements(),
468 c->transforms.projection.top().elements(),
473 c->transforms.texture[c->textures.active].top().elements(),
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/
StateViewPage.java 26 import com.android.ide.eclipse.gltrace.state.transforms.IStateTransform;
319 List<IStateTransform> transforms = mGLCalls.get(i).getStateTransformations();
322 for (int j = transforms.size() - 1; j >= 0; j--) {
323 IStateTransform f = transforms.get(j);
  /external/libpng/
pngwrite.c 696 /* Check for transforms that have been set but were defined out */
    [all...]
pngread.c 411 /* Check for transforms that have been set but were defined out */
854 /* And make sure transforms are initialized. */
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/
GrDrawTarget.h 352 * @param transforms array of 2d affine transformations, one for each path.
358 const SkMatrix* transforms, SkPath::FillType fill,
520 const SkMatrix* transforms, SkPath::FillType fill,
523 this->onDrawPaths(pathCount, paths, transforms, fill, stroke, dstCopy);
    [all...]
  /external/skia/src/gpu/
GrDrawTarget.h 352 * @param transforms array of 2d affine transformations, one for each path.
358 const SkMatrix* transforms, SkPath::FillType fill,
520 const SkMatrix* transforms, SkPath::FillType fill,
523 this->onDrawPaths(pathCount, paths, transforms, fill, stroke, dstCopy);
    [all...]
  /external/chromium_org/cc/animation/
transform_operations_unittest.cc 21 ScopedVector<TransformOperations> transforms; local
25 transforms.push_back(to_add);
29 transforms.push_back(to_add);
33 transforms.push_back(to_add);
37 transforms.push_back(to_add);
41 transforms.push_back(to_add);
43 for (size_t i = 0; i < transforms.size(); ++i) {
44 for (size_t j = 0; j < transforms.size(); ++j) {
45 bool matches_type = transforms[i]->MatchesTypes(*transforms[j])
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/
blink_platform.target.darwin-arm.mk 407 third_party/WebKit/Source/platform/transforms/AffineTransform.cpp \
408 third_party/WebKit/Source/platform/transforms/InterpolatedTransformOperation.cpp \
409 third_party/WebKit/Source/platform/transforms/Matrix3DTransformOperation.cpp \
410 third_party/WebKit/Source/platform/transforms/MatrixTransformOperation.cpp \
411 third_party/WebKit/Source/platform/transforms/PerspectiveTransformOperation.cpp \
412 third_party/WebKit/Source/platform/transforms/RotateTransformOperation.cpp \
413 third_party/WebKit/Source/platform/transforms/ScaleTransformOperation.cpp \
414 third_party/WebKit/Source/platform/transforms/SkewTransformOperation.cpp \
415 third_party/WebKit/Source/platform/transforms/TransformOperations.cpp \
416 third_party/WebKit/Source/platform/transforms/TranslateTransformOperation.cpp
    [all...]
blink_platform.target.darwin-arm64.mk 406 third_party/WebKit/Source/platform/transforms/AffineTransform.cpp \
407 third_party/WebKit/Source/platform/transforms/InterpolatedTransformOperation.cpp \
408 third_party/WebKit/Source/platform/transforms/Matrix3DTransformOperation.cpp \
409 third_party/WebKit/Source/platform/transforms/MatrixTransformOperation.cpp \
410 third_party/WebKit/Source/platform/transforms/PerspectiveTransformOperation.cpp \
411 third_party/WebKit/Source/platform/transforms/RotateTransformOperation.cpp \
412 third_party/WebKit/Source/platform/transforms/ScaleTransformOperation.cpp \
413 third_party/WebKit/Source/platform/transforms/SkewTransformOperation.cpp \
414 third_party/WebKit/Source/platform/transforms/TransformOperations.cpp \
415 third_party/WebKit/Source/platform/transforms/TranslateTransformOperation.cpp
    [all...]

Completed in 470 milliseconds

12 3 4 5