Home
last modified time | relevance | path

Searched refs:transforms (Results 1 – 25 of 89) sorted by relevance

1234

/external/libpng/
Dpngread.c1538 int transforms, in png_read_png() argument
1548 if (transforms & PNG_TRANSFORM_INVERT_ALPHA) in png_read_png()
1564 if (transforms & PNG_TRANSFORM_STRIP_16) in png_read_png()
1572 if (transforms & PNG_TRANSFORM_STRIP_ALPHA) in png_read_png()
1580 if (transforms & PNG_TRANSFORM_PACKING) in png_read_png()
1588 if (transforms & PNG_TRANSFORM_PACKSWAP) in png_read_png()
1598 if (transforms & PNG_TRANSFORM_EXPAND) in png_read_png()
1611 if (transforms & PNG_TRANSFORM_INVERT_MONO) in png_read_png()
1620 if ((transforms & PNG_TRANSFORM_SHIFT) in png_read_png()
1633 if (transforms & PNG_TRANSFORM_BGR) in png_read_png()
[all …]
Dpngwrite.c1511 int transforms, voidp params) in png_write_png() argument
1523 if (transforms & PNG_TRANSFORM_INVERT_MONO) in png_write_png()
1531 if ((transforms & PNG_TRANSFORM_SHIFT) in png_write_png()
1538 if (transforms & PNG_TRANSFORM_PACKING) in png_write_png()
1544 if (transforms & PNG_TRANSFORM_SWAP_ALPHA) in png_write_png()
1550 if (transforms & PNG_TRANSFORM_STRIP_FILLER_AFTER) in png_write_png()
1552 else if (transforms & PNG_TRANSFORM_STRIP_FILLER_BEFORE) in png_write_png()
1558 if (transforms & PNG_TRANSFORM_BGR) in png_write_png()
1564 if (transforms & PNG_TRANSFORM_SWAP_ENDIAN) in png_write_png()
1570 if (transforms & PNG_TRANSFORM_PACKSWAP) in png_write_png()
[all …]
/external/qemu/distrib/libpng-1.2.19/
Dpngread.c1327 int transforms, in png_read_png() argument
1336 if (transforms & PNG_TRANSFORM_INVERT_ALPHA) in png_read_png()
1352 if (transforms & PNG_TRANSFORM_STRIP_16) in png_read_png()
1360 if (transforms & PNG_TRANSFORM_STRIP_ALPHA) in png_read_png()
1368 if (transforms & PNG_TRANSFORM_PACKING) in png_read_png()
1376 if (transforms & PNG_TRANSFORM_PACKSWAP) in png_read_png()
1386 if (transforms & PNG_TRANSFORM_EXPAND) in png_read_png()
1399 if (transforms & PNG_TRANSFORM_INVERT_MONO) in png_read_png()
1408 if ((transforms & PNG_TRANSFORM_SHIFT) in png_read_png()
1421 if (transforms & PNG_TRANSFORM_BGR) in png_read_png()
[all …]
Dpngwrite.c1449 int transforms, voidp params) in png_write_png() argument
1455 if (transforms & PNG_TRANSFORM_INVERT_ALPHA) in png_write_png()
1466 if (transforms & PNG_TRANSFORM_INVERT_MONO) in png_write_png()
1474 if ((transforms & PNG_TRANSFORM_SHIFT) in png_write_png()
1481 if (transforms & PNG_TRANSFORM_PACKING) in png_write_png()
1487 if (transforms & PNG_TRANSFORM_SWAP_ALPHA) in png_write_png()
1495 if (transforms & PNG_TRANSFORM_STRIP_FILLER) in png_write_png()
1501 if (transforms & PNG_TRANSFORM_BGR) in png_write_png()
1507 if (transforms & PNG_TRANSFORM_SWAP_ENDIAN) in png_write_png()
1513 if (transforms & PNG_TRANSFORM_PACKSWAP) in png_write_png()
[all …]
/external/clang/lib/ARCMigrate/
DARCMT.cpp251 std::vector<TransformFn> transforms = arcmt::getAllTransformations(OrigGCMode, in checkForManualIssues() local
253 assert(!transforms.empty()); in checkForManualIssues()
322 for (unsigned i=0, e = transforms.size(); i != e; ++i) in checkForManualIssues()
323 transforms[i](pass); in checkForManualIssues()
365 std::vector<TransformFn> transforms = arcmt::getAllTransformations(OrigGCMode, in applyTransforms() local
367 assert(!transforms.empty()); in applyTransforms()
369 for (unsigned i=0, e = transforms.size(); i != e; ++i) { in applyTransforms()
370 bool err = migration.applyTransform(transforms[i]); in applyTransforms()
DTransforms.cpp595 std::vector<TransformFn> transforms; in getAllTransformations() local
598 transforms.push_back(GCRewriteFinalize); in getAllTransformations()
599 transforms.push_back(independentTransforms); in getAllTransformations()
601 transforms.push_back(removeEmptyStatementsAndDeallocFinalize); in getAllTransformations()
603 return transforms; in getAllTransformations()
/external/clang/tools/arcmt-test/
Darcmt-test.cpp177 transforms = arcmt::getAllTransformations(origCI.getLangOpts()->getGC(), in performTransformations() local
179 assert(!transforms.empty()); in performTransformations()
185 for (unsigned i=0, e = transforms.size(); i != e; ++i) { in performTransformations()
186 bool err = migration.applyTransform(transforms[i], transformPrinter.get()); in performTransformations()
/external/llvm/bindings/ocaml/
DMakefile11 DIRS = llvm bitreader bitwriter analysis target executionengine transforms
/external/llvm/test/Transforms/InstCombine/
D2002-05-14-SubFailure.ll2 ; sometimes. In this case, it transforms the sub into an add:
Datomic.ll6 ; Check transforms involving atomic operations
/external/webkit/Source/WebCore/tests/
DAndroid.mk30 $(LOCAL_PATH)/../platform/graphics/transforms \
/external/llvm/test/CodeGen/X86/
D2008-06-13-NotVolatileLoadStore.ll4 ; These transforms are turned off for load volatiles and stores.
Dadd-of-carry.ll17 ; Instcombine transforms test1 into test2:
/external/webkit/Source/WebKit/
DCMakeLists.txt23 "${WEBCORE_DIR}/platform/graphics/transforms"
/external/srtp/doc/
Drfc3711.txt134 cryptographic transforms (Sections 4 and 5), and it allows new
135 transforms to be introduced in the future (Section 6). With
142 transforms are described, based on an additive stream cipher for
201 transforms,
206 and, asserted by the pre-defined transforms:
317 same size as the plaintext for the Section 4 pre-defined transforms.
325 None of the pre-defined encryption transforms uses any padding; for
326 these, the RTP and SRTP payload sizes match exactly. New transforms
332 transforms requiring padding. Transforms MAY specify other padding
334 their padding. It is important to note that encryption transforms
[all …]
/external/llvm/test/Bindings/Ocaml/
Dscalar_opts.ml87 suite "transforms" test_transforms;
Dipo_opts.ml72 suite "transforms" test_transforms;
/external/webkit/Source/WebCore/
DAndroid.mk737 platform/graphics/transforms/AffineTransform.cpp \
738 platform/graphics/transforms/Matrix3DTransformOperation.cpp \
739 platform/graphics/transforms/MatrixTransformOperation.cpp \
740 platform/graphics/transforms/PerspectiveTransformOperation.cpp \
741 platform/graphics/transforms/RotateTransformOperation.cpp \
742 platform/graphics/transforms/ScaleTransformOperation.cpp \
743 platform/graphics/transforms/SkewTransformOperation.cpp \
744 platform/graphics/transforms/TransformOperations.cpp \
745 platform/graphics/transforms/TransformationMatrix.cpp \
746 platform/graphics/transforms/TranslateTransformOperation.cpp \
DWebCore.pro1000 platform/graphics/transforms/AffineTransform.cpp \
1001 platform/graphics/transforms/TransformationMatrix.cpp \
1002 platform/graphics/transforms/MatrixTransformOperation.cpp \
1003 platform/graphics/transforms/Matrix3DTransformOperation.cpp \
1004 platform/graphics/transforms/PerspectiveTransformOperation.cpp \
1005 platform/graphics/transforms/RotateTransformOperation.cpp \
1006 platform/graphics/transforms/ScaleTransformOperation.cpp \
1007 platform/graphics/transforms/SkewTransformOperation.cpp \
1008 platform/graphics/transforms/TransformOperations.cpp \
1009 platform/graphics/transforms/TranslateTransformOperation.cpp \
[all …]
DCMakeLists.txt33 "${WEBCORE_DIR}/platform/graphics/transforms"
1139 platform/graphics/transforms/AffineTransform.cpp
1140 platform/graphics/transforms/Matrix3DTransformOperation.cpp
1141 platform/graphics/transforms/MatrixTransformOperation.cpp
1142 platform/graphics/transforms/PerspectiveTransformOperation.cpp
1143 platform/graphics/transforms/RotateTransformOperation.cpp
1144 platform/graphics/transforms/ScaleTransformOperation.cpp
1145 platform/graphics/transforms/SkewTransformOperation.cpp
1146 platform/graphics/transforms/TransformOperations.cpp
1147 platform/graphics/transforms/TransformationMatrix.cpp
[all …]
/external/llvm/bindings/ocaml/transforms/scalar/
Dllvm_scalar_opts.mli12 This interface provides an ocaml API for LLVM scalar transforms, the
/external/webkit/Source/WebKit/mac/WebView/
DWebRenderNode.mm101 // FIXME: broken with transforms
/external/webkit/
DAndroid.mk152 $(WEBCORE_PATH)/platform/graphics/transforms \
/external/webkit/Source/WebCore/platform/graphics/mac/
DGraphicsContextMac.mm176 // for transforms.
/external/llvm/docs/
DPasses.rst576 This pass transforms simple global variables that never have their address
591 This transformation analyzes and transforms the induction variables (and
740 This pass transforms loops by placing phi nodes at the end of the loops for all
865 This pass transforms loops that contain branches on loop-invariant conditions
1017 possible, it transforms the individual ``alloca`` instructions into nice clean
1138 This file transforms calls of the current function (self recursion) followed by
1146 #. This pass transforms functions that are prevented from being tail recursive

1234