/external/chromium_org/chrome/browser/ui/webui/extensions/ |
extension_icon_source.h | 38 // [options] = Optional transformations to apply. Supported options: 93 // Performs any remaining transformations (like desaturating the |image|),
|
/external/llvm/lib/Support/ |
Statistic.cpp | 16 // simplified, optimized or removed by various transformations, like this: 39 /// -stats - Command line option to cause transformations to emit stats about
|
/external/llvm/lib/Transforms/ObjCARC/ |
ObjCARCExpand.cpp | 21 /// used. Naive LLVM IR transformations which would otherwise be 51 /// \brief Early ARC transformations.
|
/frameworks/base/graphics/java/android/graphics/ |
Camera.java | 20 * A camera instance can be used to compute 3D transformations and 28 * Creates a new camera, with empty transformations.
|
/external/chromium_org/third_party/libpng/ |
pngread.c | 580 /* Initialize palette, background, etc, after transformations 619 if (png_ptr->transformations & PNG_INVERT_MONO) 623 if (png_ptr->transformations & PNG_FILLER) 628 if (png_ptr->transformations & PNG_PACKSWAP) 632 if (png_ptr->transformations & PNG_PACK) 636 if (png_ptr->transformations & PNG_SHIFT) 640 if (png_ptr->transformations & PNG_BGR) 644 if (png_ptr->transformations & PNG_SWAP_BYTES) 651 if (png_ptr->interlaced && (png_ptr->transformations & PNG_INTERLACE)) 795 if (png_ptr->transformations || (png_ptr->flags&PNG_FLAG_STRIP_ALPHA) [all...] |
/external/libpng/ |
pngread.c | 589 /* Initialize palette, background, etc, after transformations 628 if (png_ptr->transformations & PNG_INVERT_MONO) 632 if (png_ptr->transformations & PNG_FILLER) 637 if (png_ptr->transformations & PNG_PACKSWAP) 641 if (png_ptr->transformations & PNG_PACK) 645 if (png_ptr->transformations & PNG_SHIFT) 649 if (png_ptr->transformations & PNG_BGR) 653 if (png_ptr->transformations & PNG_SWAP_BYTES) 660 if (png_ptr->interlaced && (png_ptr->transformations & PNG_INTERLACE)) 819 if (png_ptr->transformations || (png_ptr->flags&PNG_FLAG_STRIP_ALPHA) [all...] |
/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/docs/ |
AliasAnalysis.rst | 29 which can provide it, allowing for powerful analyses and transformations to work 208 analyses and transformations, the answer should be fairly obvious from what type 291 Updating analysis results for transformations 295 program, but clients will use this information to make transformations to the 297 analysis results updated to reflect the changes made by these transformations. 309 The ``deleteValue`` method is called by transformations when they remove an 435 Many transformations need information about alias **sets** that are active in 459 duration of the loop nest. Both of these transformations only apply if the 598 Alias analysis driven transformations 601 LLVM includes several alias-analysis driven transformations which can be use [all...] |
/external/llvm/lib/Target/X86/ |
X86VZeroUpper.cpp | 284 // necessary transformations, and have computed the exit state. This happens 287 // all the necessary transformations. 289 // no transformations are necessary, and we know the exit state.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/ |
StateViewPage.java | 271 * If fromIndex < toIndex, the GL state will be updated by applying all the transformations 304 GlTracePlugin.getDefault().logMessage("Error applying transformations for " 320 // When reverting transformations, iterate from the last to first so that the reversals
|
/development/samples/training/AnimationsDemo/res/layout/ |
activity_zoom.xml | 68 images above. Without transformations applied, it takes up the entire screen.
|
/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/chromium_org/cc/resources/ |
picture.h | 79 // clip/scale/layer transformations.
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
SVGRenderSupport.h | 67 // Important functions used by nearly all SVG renderers centralizing coordinate transformations / repaint rect calculations
|
/external/chromium_org/third_party/WebKit/public/web/ |
WebElement.h | 82 // have been adjusted to include any transformations. This view is
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
transformadapter.h | 77 // Transformations might not be restartable
|
/external/chromium_org/third_party/skia/include/utils/ |
SkLayer.h | 86 // coordinate system transformations
|
/external/chromium_org/ui/gfx/ |
color_utils.h | 28 // Note: these transformations assume sRGB as the source color space
|
/external/clang/include/clang/Rewrite/Core/ |
TokenRewriter.h | 11 // transformations.
|
/external/clang/lib/Rewrite/Core/ |
TokenRewriter.cpp | 11 // transformations.
|
/external/eigen/unsupported/Eigen/src/NonLinearOptimization/ |
qrsolv.h | 48 /* the transformations to eliminate the row of d */
|
/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
|