/external/icu/android_icu4j/src/main/tests/android/icu/dev/data/unicode/ |
CompositionExclusions.txt | 4 # This file lists the characters for the Composition Exclusion Table 16 # For a full derivation of composition exclusions, see the derived property 97 # (2) Post Composition Version precomposed characters 103 # Composition Version and which have canonical decomposition mappings 104 # are not automatically added to this list of Post Composition
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/unicode/ |
CompositionExclusions.txt | 4 # This file lists the characters for the Composition Exclusion Table 16 # For a full derivation of composition exclusions, see the derived property 97 # (2) Post Composition Version precomposed characters 103 # Composition Version and which have canonical decomposition mappings 104 # are not automatically added to this list of Post Composition
|
/hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/src/ |
mm_jpeg_mpo_composer.c | 81 /*Mutex to serializa MPO composition*/ 255 LOGE("Cannot find App2 marker. MPO composition failed" ); 265 LOGE("mp headr start offset is NULL. MPO composition failed" ); 388 LOGE("O/P buffer not large enough. MPO composition failed"); 404 LOGE("O/P buffer not large enough. MPO composition failed");
|
/hardware/qcom/display/msm8996/sdm/libs/hwc/ |
blit_engine_c2d.cpp | 211 if (layer->composition == kCompositionBlit) { 269 if (layer->composition == kCompositionGPUTarget) { 304 layer->composition = kCompositionBlitTarget; 327 if (layer->composition != kCompositionBlit) { 399 if (layer->composition == kCompositionHybrid || layer->composition == kCompositionBlit) { 421 if (layer->composition != kCompositionBlit) { 430 if (bottom_layer->composition != kCompositionHybrid && !IsValid(inter_sect)) { 433 if (bottom_layer->composition == kCompositionGPU || 434 bottom_layer->composition == kCompositionSDE | [all...] |
/prebuilts/tools/common/m2/repository/org/apache/maven/maven-ant-tasks/2.1.3/ |
maven-ant-tasks-2.1.3.jar | |
/external/libnfc-nxp/src/ |
phFriNfc_NdefRecord.h | 126 *\li \b Composition The caller is required to specify the data to write within this structure 136 * \li \b Composition: The caller has to specify the proper flags (OR'ing of the individual 148 * \li \b Composition: The caller needs to specify the TNF according to the definitions in the 160 * \li \b Composition: If the caller specifies via TNF that a Type field is present 175 * \li \b Composition: The caller has to specify a pointer to a buffer holding the record type. If the 187 * \li \b Composition: If the caller specifies via IL that an ID field is present 202 * \li \b Composition: The caller has to specify a pointer to a buffer holding the record ID. If the 214 * \li \b Composition: The value must be different from ZERO and and less than 2^32 and has to be 224 * \li \b Composition: The referenced data is copied to buffer where the library composes the record. 392 * \b Composition, as described in the documentation o [all...] |
/external/ImageMagick/PerlMagick/demo/ |
compose-specials.pl | 3 # Demonstration of some of the fancier Image Composition Methods 18 # for various composition methods. 54 # Normal Composition Methods
|
/frameworks/native/services/surfaceflinger/DisplayHardware/ |
HWComposer.h | 109 // Sets a color transform to be applied to the result of composition 170 static void validateChange(HWC2::Composition from, HWC2::Composition to);
|
HWC2On1Adapter.h | 298 const std::unordered_map<hwc2_layer_t, HWC2::Composition>& 317 HWC2::Composition type) { 329 std::unordered_map<hwc2_layer_t, HWC2::Composition> 430 // composition anyway 518 HWC2::Error setCompositionType(HWC2::Composition type); 528 HWC2::Composition getCompositionType() const { 564 LatchedState<HWC2::Composition> mCompositionType; 611 auto type = static_cast<HWC2::Composition>(intType);
|
/hardware/libhardware/include/hardware/ |
hwcomposer_defs.h | 140 * shall not consider this layer for composition as it will be handled 150 * composition type of this layer, then the hwcomposer will allow async 178 /* this layer's composition will be handled by hwcomposer by dedicated
|
/hardware/qcom/camera/QCamera2/HAL/ |
QCameraMuxer.h | 120 // composition is completed 232 // thread for mpo composition 236 // Lock needed to synchronize between multiple composition requests
|
/cts/tests/tests/text/src/android/text/cts/ |
MyanmarTest.java | 40 * Tests Unicode composition semantics.
|
/docs/source.android.com/src/devices/graphics/ |
implement.jd | 109 to OpenGL ES composition).</p> 144 The virtual display composition is similar to the physical display: Input 145 layers are described in prepare(), SurfaceFlinger conducts GPU composition, and 171 composition-based workloads. It uses gralloc buffers to simulate multiple window
|
/external/drm_hwcomposer/ |
platformnv.h | 70 int ProvisionPlanes(std::vector<DrmCompositionPlane> *composition,
|
hwcomposer.cpp | 520 // This means we should insert the FB_TARGET layer in the composition 589 ALOGE("Failed to init composition from layer %d", ret); 596 std::unique_ptr<DrmComposition> composition( 598 if (!composition) { 599 ALOGE("Drm composition init failed"); 603 ret = composition->SetLayers(layers_map.size(), layers_map.data()); 608 ret = ctx->drm.compositor()->QueueComposition(std::move(composition)); 627 composition.reset(NULL);
|
/external/guava/guava/src/com/google/common/base/ |
Functions.java | 193 * Returns the composition of two functions. For {@code f: A->B} and {@code g: B->C}, composition 198 * @return the composition of {@code f} and {@code g} 199 * @see <a href="//en.wikipedia.org/wiki/Function_composition">function composition</a>
|
/external/skia/src/core/ |
SkComposeShader.h | 20 This subclass of shader returns the composition of two other shaders, combined by
|
SkRecordDraw.h | 36 // the composition of the replay matrix with the record-time CTM (for the portion
|
/frameworks/base/docs/html/guide/topics/graphics/ |
index.jd | 33 used for windows composition or OpenGL games for instance, but with this new rendering pipeline
|
/hardware/intel/img/hwcomposer/merrifield/common/base/ |
HwcLayer.h | 118 // for smart composition
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/base/ |
HwcLayer.h | 111 // for smart composition
|
/hardware/qcom/display/msm8994/libhwcomposer/ |
hwc_utils.h | 99 // In pause state, composition is bypassed 140 //App Buffer Composition index 470 // Set the GPU hint flag to high for MIXED/GPU composition only for 472 // Set the GPU hint to default if the current composition type is GPU 473 // due to idle fallback or MDP composition. 582 COMPOSITION_STATE_MDP = 0, // Set if composition type is MDP 583 COMPOSITION_STATE_GPU, // Set if composition type is GPU or MIXED 647 // Used to mark composition cycle when DMA state change is required 665 //App Buffer Composition
|
/external/parameter-framework/upstream/tools/xmlGenerator/ |
EddParser.py | 433 def composition (self, context): member in class:Configuration 434 """make all needed composition 436 Composition is the fact that group configuration with the same name defined 456 # make all needed composition 457 self.composition(context) 536 def composition (self, context) : member in class:GroupConfiguration 537 """add itself in context for configuration composition 539 Composition is the fact that group configuration with the same name defined 546 # make all needed composition 547 super(GroupConfiguration, self).composition(context [all...] |
/frameworks/base/tests/SurfaceComposition/src/android/surfacecomposition/ |
CustomSurfaceView.java | 141 // Create effect of fog to visually control correctness of composition. 224 // it gets included in the composition process. For allocation performance we
|
/frameworks/native/services/surfaceflinger/ |
Layer.h | 243 void setCompositionType(int32_t hwcId, HWC2::Composition type, 245 HWC2::Composition getCompositionType(int32_t hwcId) const; 275 * called before composition. 281 * called after composition. 573 // The mesh used to draw the layer in GLES composition mode 575 // The texture used to draw the layer in GLES composition mode 584 compositionType(HWC2::Composition::Invalid), 589 HWC2::Composition compositionType;
|