Searched defs:transforms (Results 1 - 25 of 32) sorted by relevance

12

/external/pixman/test/
H A Drotate-test.c33 static const pixman_transform_t transforms[] = variable
52 (&(transforms[prng_rand_n (ARRAY_LENGTH (transforms))]))
/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGLProgramEffects.cpp132 SkTArray<Transform, true>& transforms = fTransforms[effectIdx]; local
133 int numTransforms = transforms.count();
136 SkASSERT(transforms[t].fHandle.isValid());
138 if (!transforms[t].fCurrentValue.cheapEqualTo(matrix)) {
139 pdman.setSkMatrix(transforms[t].fHandle, matrix);
140 transforms[t].fCurrentValue = matrix;
149 SkTArray<PathTransform, true>& transforms = fPathTransforms[effectIdx]; local
150 int numTransforms = transforms.count();
153 SkASSERT(transforms[t].fHandle.isValid());
155 if (transforms[
[all...]
H A DGrGLPathRendering.cpp224 const float transforms[], PathTransformType transformsType,
252 transforms));
257 gXformType2GLType[transformsType], transforms);
262 gXformType2GLType[transformsType], transforms);
269 transforms));
275 transforms));
223 drawPaths(const GrPathRange* pathRange, const uint32_t indices[], int count, const float transforms[], PathTransformType transformsType, SkPath::FillType fill) argument
/external/libvorbis/doc/
H A D04-codec.tex120 \paragraph{Time domain transforms}
/external/chromium_org/third_party/skia/src/gpu/gl/builders/
H A DGrGLFullProgramBuilder.cpp139 SkTArray<GrGLVertexProgramEffects::Transform, true>& transforms = local
143 transforms.push_back_n(numTransforms);
167 transforms[t].fHandle = this->addUniform(GrGLProgramBuilder::kVertex_Visibility,
/external/clang/tools/arcmt-test/
H A Darcmt-test.cpp175 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/mockito/cglib-and-asm/src/org/mockito/cglib/core/
H A DReflectUtils.java35 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
[all...]
H A DTypeUtils.java23 private static final Map transforms = new HashMap(); field in class:TypeUtils
30 transforms.put("void", "V");
31 transforms.put("byte", "B");
32 transforms.put("char", "C");
33 transforms.put("double", "D");
34 transforms.put("float", "F");
35 transforms.put("int", "I");
36 transforms.put("long", "J");
37 transforms.put("short", "S");
38 transforms
[all...]
/external/chromium_org/third_party/libpng/
H A Dpngwrite.c807 /* Check for transforms that have been set but were defined out */
1511 int transforms, voidp params)
1523 if (transforms & PNG_TRANSFORM_INVERT_MONO)
1531 if ((transforms & PNG_TRANSFORM_SHIFT)
1538 if (transforms & PNG_TRANSFORM_PACKING)
1544 if (transforms & PNG_TRANSFORM_SWAP_ALPHA)
1550 if (transforms & PNG_TRANSFORM_STRIP_FILLER_AFTER)
1552 else if (transforms & PNG_TRANSFORM_STRIP_FILLER_BEFORE)
1558 if (transforms & PNG_TRANSFORM_BGR)
1564 if (transforms
1510 png_write_png(png_structp png_ptr, png_infop info_ptr, int transforms, voidp params) argument
[all...]
H A Dpngread.c617 /* Check for transforms that have been set but were defined out */
1358 int transforms,
1368 if (transforms & PNG_TRANSFORM_INVERT_ALPHA)
1384 if (transforms & PNG_TRANSFORM_STRIP_16)
1392 if (transforms & PNG_TRANSFORM_STRIP_ALPHA)
1400 if (transforms & PNG_TRANSFORM_PACKING)
1408 if (transforms & PNG_TRANSFORM_PACKSWAP)
1418 if (transforms & PNG_TRANSFORM_EXPAND)
1431 if (transforms & PNG_TRANSFORM_INVERT_MONO)
1440 if ((transforms
1357 png_read_png(png_structp png_ptr, png_infop info_ptr, int transforms, voidp params) argument
[all...]
/external/clang/lib/ARCMigrate/
H A DARCMT.cpp245 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]);
H A DTransforms.cpp594 std::vector<TransformFn> transforms; local
597 transforms.push_back(GCRewriteFinalize);
598 transforms.push_back(independentTransforms);
600 transforms.push_back(removeEmptyStatementsAndDeallocFinalize);
602 return transforms;
/external/qemu/distrib/libpng-1.2.46/
H A Dpngwrite.c807 /* Check for transforms that have been set but were defined out */
1511 int transforms, voidp params)
1523 if (transforms & PNG_TRANSFORM_INVERT_MONO)
1531 if ((transforms & PNG_TRANSFORM_SHIFT)
1538 if (transforms & PNG_TRANSFORM_PACKING)
1544 if (transforms & PNG_TRANSFORM_SWAP_ALPHA)
1550 if (transforms & PNG_TRANSFORM_STRIP_FILLER_AFTER)
1552 else if (transforms & PNG_TRANSFORM_STRIP_FILLER_BEFORE)
1558 if (transforms & PNG_TRANSFORM_BGR)
1564 if (transforms
1510 png_write_png(png_structp png_ptr, png_infop info_ptr, int transforms, voidp params) argument
[all...]
H A Dpngread.c626 /* Check for transforms that have been set but were defined out */
1538 int transforms,
1548 if (transforms & PNG_TRANSFORM_INVERT_ALPHA)
1564 if (transforms & PNG_TRANSFORM_STRIP_16)
1572 if (transforms & PNG_TRANSFORM_STRIP_ALPHA)
1580 if (transforms & PNG_TRANSFORM_PACKING)
1588 if (transforms & PNG_TRANSFORM_PACKSWAP)
1598 if (transforms & PNG_TRANSFORM_EXPAND)
1611 if (transforms & PNG_TRANSFORM_INVERT_MONO)
1620 if ((transforms
1537 png_read_png(png_structp png_ptr, png_infop info_ptr, int transforms, voidp params) argument
[all...]
/external/chromium_org/third_party/skia/src/gpu/
H A DGrGpu.cpp370 const float transforms[], PathTransformType transformsType,
382 this->pathRendering()->drawPaths(pathRange, indices, count, transforms, transformsType, fill);
368 onDrawPaths(const GrPathRange* pathRange, const uint32_t indices[], int count, const float transforms[], PathTransformType transformsType, SkPath::FillType fill, const GrDeviceCoordTexture* dstCopy) argument
H A DGrDrawTarget.cpp563 const float transforms[], PathTransformType transformsType,
568 SkASSERT(transforms);
579 this->onDrawPaths(pathRange, indices, count, transforms, transformsType, fill,
561 drawPaths(const GrPathRange* pathRange, const uint32_t indices[], int count, const float transforms[], PathTransformType transformsType, SkPath::FillType fill) argument
H A DGrDrawTarget.h335 * @param transforms Array of individual transforms, one for each path
342 const float transforms[], PathTransformType transformsType,
503 const float transforms[], PathTransformType transformsType,
506 this->onDrawPaths(pathRange, indices, count, transforms, transformsType, fill, dstCopy);
895 const float transforms[], PathTransformType,
501 executeDrawPaths(const GrPathRange* pathRange, const uint32_t indices[], int count, const float transforms[], PathTransformType transformsType, SkPath::FillType fill, const GrDeviceCoordTexture* dstCopy) argument
H A DGrInOrderDrawBuffer.cpp387 const float transforms[], PathTransformType transformsType,
391 SkASSERT(transforms);
404 memcpy(dp->fTransforms, transforms, sizeof(float) * transformsLength);
385 onDrawPaths(const GrPathRange* pathRange, const uint32_t indices[], int count, const float transforms[], PathTransformType transformsType, SkPath::FillType fill, const GrDeviceCoordTexture* dstCopy) argument
/external/chromium_org/ui/gfx/codec/
H A Dpng_codec_unittest.cc161 int transforms = PNG_TRANSFORM_IDENTITY; local
184 transforms |= PNG_TRANSFORM_BGR;
189 transforms |= PNG_TRANSFORM_BGR;
228 png_write_png(png_ptr, info_ptr, transforms, NULL);
/external/skia/src/gpu/
H A DGrGpu.cpp423 const SkMatrix* transforms, SkPath::FillType fill,
435 this->onGpuDrawPaths(pathCount, paths, transforms, fill, style);
422 onDrawPaths(int pathCount, const GrPath** paths, const SkMatrix* transforms, SkPath::FillType fill, SkStrokeRec::Style style, const GrDeviceCoordTexture* dstCopy) argument
H A DGrDrawTarget.cpp552 const SkMatrix* transforms,
565 transforms[i].mapRect(&mappedPathBounds, paths[i]->getBounds());
577 this->onDrawPaths(pathCount, paths, transforms, fill, stroke,
551 drawPaths(int pathCount, const GrPath** paths, const SkMatrix* transforms, SkPath::FillType fill, SkStrokeRec::Style stroke) argument
H A DGrDrawTarget.h352 * @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);
519 executeDrawPaths(int pathCount, const GrPath** paths, const SkMatrix* transforms, SkPath::FillType fill, SkStrokeRec::Style stroke, const GrDeviceCoordTexture* dstCopy) argument
/external/skia/src/gpu/gl/
H A DGrGLProgramEffects.cpp315 SkTArray<Transform, true>& transforms = fTransforms.push_back(); local
318 transforms.push_back_n(numTransforms);
324 transforms[t].fType = kVoid_GrSLType;
329 transforms[t].fType = kVec2f_GrSLType;
334 transforms[t].fType = kMat33f_GrSLType;
339 transforms[t].fType = kMat33f_GrSLType;
347 if (kVoid_GrSLType != transforms[t].fType) {
353 transforms[t].fHandle = builder->addUniform(GrGLShaderBuilder::kVertex_Visibility,
354 transforms[t].fType,
374 switch (transforms[
420 SkTArray<Transform, true>& transforms = fTransforms[effectIdx]; local
[all...]
/external/chromium_org/cc/animation/
H A Dtransform_operations_unittest.cc21 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[
[all...]
/external/libpng/
H A Dpngwrite.c696 /* Check for transforms that have been set but were defined out */
1544 int transforms, voidp params)
1561 if (transforms & PNG_TRANSFORM_INVERT_MONO)
1571 if (transforms & PNG_TRANSFORM_SHIFT)
1580 if (transforms & PNG_TRANSFORM_PACKING)
1588 if (transforms & PNG_TRANSFORM_SWAP_ALPHA)
1599 if (transforms &
1603 if (transforms & PNG_TRANSFORM_STRIP_FILLER_AFTER)
1605 if (transforms & PNG_TRANSFORM_STRIP_FILLER_BEFORE)
1613 else if (transforms
1543 png_write_png(png_structrp png_ptr, png_inforp info_ptr, int transforms, voidp params) argument
[all...]

Completed in 1015 milliseconds

12