/external/qemu/distrib/libpng-1.2.19/ |
pngread.c | 554 /* Initialize palette, background, etc, after transformations 589 if (png_ptr->transformations & PNG_INVERT_MONO) 593 if (png_ptr->transformations & PNG_FILLER) 597 if (png_ptr->transformations & PNG_PACKSWAP) 601 if (png_ptr->transformations & PNG_PACK) 605 if (png_ptr->transformations & PNG_SHIFT) 609 if (png_ptr->transformations & PNG_BGR) 613 if (png_ptr->transformations & PNG_SWAP_BYTES) 620 if (png_ptr->interlaced && (png_ptr->transformations & PNG_INTERLACE)) 768 if (png_ptr->transformations || (png_ptr->flags&PNG_FLAG_STRIP_ALPHA) [all...] |
pngrutil.c | 2799 png_uint_32 transformations = png_ptr->transformations; local 3531 png_uint_32 transformations = png_ptr->transformations; local [all...] |
/external/llvm/lib/Target/X86/ |
X86VZeroUpper.cpp | 271 // necessary transformations, and have computed the exit state. This happens 274 // all the necessary transformations. 276 // no transformations are necessary, and we know the exit state.
|
/external/webkit/Source/WebCore/icu/unicode/ |
ushape.h | 41 * <p>Text transformations are necessary when modern display technology is not 50 * to mimic this with text transformations because there are characters in 55 * <p>A second kind of text transformations is supported for Arabic digits:
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/ |
StateViewPage.java | 203 * If fromIndex < toIndex, the GL state will be updated by applying all the transformations 236 GlTracePlugin.getDefault().logMessage("Error applying transformations for " 252 // When reverting transformations, iterate from the last to first so that the reversals
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
TreeRewriter.cs | 71 // show any transformations
|
/external/chromium/chrome/common/extensions/docs/static/ |
api_other.html | 64 such as filters, animations, and transformations.
|
/external/clang/include/clang/Rewrite/ |
TokenRewriter.h | 11 // transformations.
|
/external/clang/lib/ARCMigrate/ |
TransUnusedInitDelegate.cpp | 9 // Transformations:
|
Transforms.h | 32 // Transformations. 137 // GC transformations
|
/external/clang/lib/Rewrite/ |
TokenRewriter.cpp | 11 // transformations.
|
/external/llvm/docs/HistoricalNotes/ |
2002-05-12-InstListChange.txt | 36 be changed to do nice local transformations. In the short term, I'll
|
/external/llvm/include/llvm/Analysis/ |
ScalarEvolutionNormalization.h | 50 /// TransformKind - Different types of transformations that
|
Verifier.h | 11 // sanity checking of input to the system, and for checking that transformations
|
/external/llvm/lib/Transforms/IPO/ |
IPO.cpp | 11 // libLLVMIPO.a, which implements several transformations over the LLVM
|
/external/llvm/test/Transforms/DeadStoreElimination/ |
atomic.ll | 8 ; atomic ops, just some transformations are not allowed across them.
|
/external/skia/include/core/ |
SkMaskFilter.h | 24 SkMaskFilter is the base class for object that perform transformations on
|
/external/skia/include/utils/ |
SkLayer.h | 84 // coordinate system transformations
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/ |
isp_isf.c | 31 #include "isp_isf.tab" /* Look-up table for transformations */
|
/libcore/luni/src/main/java/java/io/ |
FilterOutputStream.java | 25 * the output data while it is being written. Transformations can be anything
|
FilterWriter.java | 22 * output data while it is being written. Transformations can be anything from a
|
/libcore/luni/src/main/java/javax/xml/transform/ |
Templates.java | 53 * XSL Transformations (XSLT) W3C Recommendation</a>. The properties that
|
/packages/wallpapers/HoloSpiral/src/com/android/wallpaper/holospiral/ |
holo_spiral.rs | 141 // Pre-calculate some fixed transformations
|
/external/llvm/docs/ |
AliasAnalysis.html | 33 <li><a href="#updating">Updating analysis results for transformations</a></li> 50 <li><a href="#aliasanalysis-xforms">Alias analysis driven transformations</a></li> 89 transformations to work well together.</p> 335 Analysis. As is the case with most other analyses and transformations, the 454 <a name="updating">Updating analysis results for transformations</a> 460 program, but clients will use this information to make transformations to the 462 analysis results updated to reflect the changes made by these transformations. 478 The <tt>deleteValue</tt> method is called by transformations when they remove an 654 <p>Many transformations need information about alias <b>sets</b> that are active 678 duration of the loop nest. Both of these transformations only apply if th [all...] |
/external/libpng/ |
pngrutil.c | 2741 png_uint_32 transformations = png_ptr->transformations; local [all...] |