HomeSort by relevance Sort by last modified time
    Searched full:composition (Results 201 - 225 of 583) sorted by null

1 2 3 4 5 6 7 891011>>

  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_mdpcomp.cpp 237 // Handle timeout event only if the previous composition is MDP or MIXED.
555 * drop them from composition.
654 * ROI's and drop them from composition. If a layer is spanning across both
784 // Fall back to video only composition, if AIV video mode is enabled
808 // composition and release all assigned non VIG pipes from primary.
    [all...]
hwc_copybit.cpp 92 // DYN Composition:
106 // MDP composition, use COPYBIT always
109 // C2D composition, use COPYBIT
121 // which composition to choose
288 //GPU/CPU composition, don't change layer composition type
312 // need to fallback to GPU composition:
    [all...]
  /hardware/qcom/display/msm8996/sdm/include/core/
debug_interface.h 47 kTagCompManager, //!< Debug log is tagged for composition manager.
  /hardware/qcom/display/msm8996/sdm/libs/core/
display_base.h 118 const char *GetName(const LayerComposition &composition);
display_base.cpp 148 while ((i < layer_count) && (layers.at(i)->composition != kCompositionGPUTarget)) {
572 const char *comp_type = GetName(layer->composition);
656 const char * DisplayBase::GetName(const LayerComposition &composition) {
657 switch (composition) {
1003 // Set rotate90 to false since this is taken care of during regular composition.
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/event/
CombinerChain.java 82 * @param previousEvents the list of previous events in this composition
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
InputLogicTests.java 705 ensureComposingSpanPos("space while in the middle of a word cancels composition", -1, -1);
714 ensureComposingSpanPos("delete while in the middle of a word cancels composition", -1, -1);
722 ensureComposingSpanPos("space while in the middle of a word cancels composition", -1, -1);
731 ensureComposingSpanPos("delete while in the middle of a word cancels composition", -1, -1);
    [all...]
PunctuationTests.java 191 // then we don't have a composition.
  /hardware/qcom/display/msm8909/libhwcomposer/
hwc_copybit.cpp 141 // DYN Composition:
159 // MDP composition, use COPYBIT always
162 // C2D composition, use COPYBIT
174 // which composition to choose
365 //GPU/CPU composition, don't change layer composition type
396 // need to fallback to GPU composition:
    [all...]
hwc_mdpcomp.cpp 216 /* Handle timeout event only if the previous composition
523 * drop them from composition.
617 * ROI's and drop them from composition. If a layer is spanning across both
744 // Fall back to video only composition, if AIV video mode is enabled
769 // composition and release all assigned non VIG pipes from primary.
    [all...]
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_mdpcomp.cpp 186 // Handle timeout event only if the previous composition is MDP or MIXED.
453 * drop them from composition.
546 * ROI's and drop them from composition. If a layer is spanning across both
764 //If need to fall back to GLES composition, virtual display lacks DMA
    [all...]
  /external/freetype/include/
ftimage.h     [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/docs/reference/
ft2-raster.html 260 <p>If the <a href="ft2-raster.html#FT_RASTER_FLAG_XXX">FT_RASTER_FLAG_DIRECT</a> bit flag is set in &lsquo;flags&rsquo;, the raster will call the &lsquo;gray_spans&rsquo; callback to draw gray pixel spans. This allows direct composition over a pre-existing bitmap through user-provided callbacks to perform the span drawing and composition. Not supported by the monochrome rasterizer.</p>
455 <p>Note also that the render function can fail and return a &lsquo;FT_Err_Unimplemented_Feature&rsquo; error code if the raster used does not support direct composition.</p>
456 <p>XXX: For now, the standard raster doesn't support direct composition but this should change for the final release (see the files &lsquo;demos/src/ftgrays.c&rsquo; and &lsquo;demos/src/ftgrays2.c&rsquo; for examples of distinct implementations that support direct composition).</p>
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/
ftimage.h     [all...]
  /external/pdfium/third_party/freetype/include/freetype/
ftimage.h     [all...]
  /external/snakeyaml/src/test/resources/issues/
issue56-1.yaml 41 - !de.oddb.org,2007/ODDB::Drugs::Composition
189 - !de.oddb.org,2007/ODDB::Drugs::Composition
306 - !de.oddb.org,2007/ODDB::Drugs::Composition
535 - !de.oddb.org,2007/ODDB::Drugs::Composition
707 - !de.oddb.org,2007/ODDB::Drugs::Composition
  /hardware/intel/img/hwcomposer/moorefield_hdmi/common/base/
HwcLayerList.cpp 287 // by default use GPU composition
316 DEINIT_AND_RETURN_FALSE("invalid composition type %d", layer->compositionType);
637 // update FB layers for smart composition
765 // setup smart composition only there's no update on all FB layers
773 VLOGTRACE("smart composition enabled %s",
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_mdpcomp.cpp 400 //MDP composition is not efficient if layer needs rotator.
752 //Check whether layers marked for MDP Composition is actually doable.
760 //Any change in composition types needs an FB refresh
809 * Configures pipe(s) for MDP composition
    [all...]
  /prebuilts/misc/darwin-x86_64/freetype/include/freetype2/
ftimage.h     [all...]
  /external/ImageMagick/MagickCore/
composite.c 107 % o image: the canvas image, modified by he composition
115 % o clip_to_self: set to MagickTrue to limit composition to area composed.
136 Composition based on the SVG specification:
138 A Composition is defined by...
161 The above SVG definitions also definate that Mathematical Composition
163 It however was not applied for composition modes of 'Plus', 'Minus',
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
EncodeVirtualDisplayWithCompositionTest.java 74 * Tests to check if MediaCodec encoding works with composition of multiple virtual displays
289 Log.i(TAG, "start composition");
426 Log.i(TAG, "start composition");
459 Log.i(TAG, "stop composition");
605 * Handles composition of multiple SurfaceTexture into a single Surface
    [all...]
  /docs/source.android.com/src/devices/graphics/
arch-sv-glsv.jd 63 <h2 id=composition>Composition and the Hardware Scaler</h2>
  /external/ceres-solver/include/ceres/
loss_function.h 277 // Composition of two loss functions. The error is the result of first
278 // evaluating g followed by f to yield the composition f(g(s)).
  /external/chromium-trace/catapult/third_party/polymer/components/core-animation/
core-animation.html 116 * Controls the composition behavior. If set to "replace", the effect overrides
217 * Controls the iteration composition behavior. If set to "replace", the effect for
  /external/guava/guava-gwt/src-super/com/google/common/base/super/com/google/common/base/
Predicates.java 199 * Returns the composition of a function and a predicate. For every {@code x},
202 * @return the composition of the provided function and predicate

Completed in 1348 milliseconds

1 2 3 4 5 6 7 891011>>