/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/ |
omxVCM4P2_QuantInvIntra_I_s.s | 190 ;// Clip Result to [-2048,2047] 192 VQSHL qResult0,qResult0,#20 ;// clip to [-2048,2047]
|
/frameworks/base/services/core/java/com/android/server/wm/ |
DockedStackDividerController.java | 67 * The fraction during the maximize/clip reveal animation the divider meets the edge of the clip 73 * The fraction during the maximize/clip reveal animation the divider meets the edge of the clip [all...] |
/frameworks/opt/net/ims/src/java/com/android/ims/ |
ImsUtInterface.java | 129 * Retrieves the CLIP call setting. 166 * Updates the configuration of the CLIP supplementary service.
|
/hardware/qcom/display/msm8084/libcopybit/ |
copybit.h | 205 * @param region the clip region 234 * @param region the clip region
|
/hardware/qcom/display/msm8226/libcopybit/ |
copybit.h | 205 * @param region the clip region 234 * @param region the clip region
|
/hardware/qcom/display/msm8909/libcopybit/ |
copybit.h | 207 * @param region the clip region 236 * @param region the clip region
|
/hardware/qcom/display/msm8960/libcopybit/ |
copybit.h | 204 * @param region the clip region 221 * @param region the clip region
|
/hardware/qcom/display/msm8994/libcopybit/ |
copybit.h | 208 * @param region the clip region 237 * @param region the clip region
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/ |
WindowLocationUtil.java | 27 * Utility class for View/ImageView locations and clip bounds etc. 108 * get clip and unclipped bounds of ImageView inside a window
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/ |
shapeproto.h | 144 CARD8 clipShaped; /* window has clip shape */ 150 INT16 xClipShape B16; /* extents of clip shape */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/ |
shapeproto.h | 144 CARD8 clipShaped; /* window has clip shape */ 150 INT16 xClipShape B16; /* extents of clip shape */
|
/frameworks/base/libs/hwui/ |
BakedOpDispatcher.cpp | 86 ClipRect renderTargetClip(opList.clip); 87 const ClipBase* clip = opList.clipSideFlags ? &renderTargetClip : nullptr; local 88 renderer.renderGlop(nullptr, clip, glop); 192 ClipRect renderTargetClip(opList.clip); 193 const ClipBase* clip = opList.clipSideFlags ? &renderTargetClip : nullptr; local 194 renderer.renderGlop(nullptr, clip, glop); 230 // Compute damage bounds and clip (since may differ from those in textOpState). 250 // need clip, so pass it and clip bounds 253 // don't need clip, ignor 329 const ClipBase* clip = opList.clipSideFlags ? &renderTargetClip : nullptr; local [all...] |
FontRenderer.cpp | 79 renderer->renderGlop(nullptr, clip, glop); 630 void FontRenderer::initRender(const Rect* clip, Rect* bounds, TextDrawFunctor* functor) { 636 mClip = clip; 656 bool FontRenderer::renderPosText(const SkPaint* paint, const Rect* clip, const glyph_t* glyphs, 664 initRender(clip, bounds, functor); 674 bool FontRenderer::renderTextOnPath(const SkPaint* paint, const Rect* clip, const glyph_t* glyphs, 682 initRender(clip, bounds, functor);
|
/system/bt/bta/ag/ |
bta_ag_cmd.c | 52 /* clip type constants */ 140 {"+CLIP", BTA_AG_AT_SET, BTA_AG_AT_INT, 0, 1}, 219 {"+CLIP: ", BTA_AG_RES_FMT_STR}, [all...] |
/device/google/dragon/audio/hal/dsp/ |
biquad.c | 155 /* Clip frequencies to between 0 and 1, inclusive. */ 190 /* Clip frequencies to between 0 and 1, inclusive. */ 225 /* Clip frequencies to between 0 and 1, inclusive. */ 262 /* Clip frequencies to between 0 and 1, inclusive. */ 297 /* Clip frequencies to between 0 and 1, inclusive. */
|
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/ |
btBox2dBox2dCollisionAlgorithm.cpp | 283 // Build the clip vertices for the incident edge. 302 // Clip 370 // Clip incident edge against extruded edge1 side edges. 382 // Clip to box side 1 388 // Clip to negative box side 1
|
/external/mesa3d/src/gallium/include/pipe/ |
p_state.h | 138 * This applies to both user clip planes and shader clip distances. 139 * Note that if the bound shader exports any clip distances, these 140 * replace all user clip planes, and clip half-spaces enabled here
|
/external/skia/src/gpu/text/ |
GrTextUtils.cpp | 142 // keep them as ints until we've done the clip-test 467 const GrClip& clip, 484 GrBlurUtils::drawPathWithMaskFilter(context, dc, clip, *iterPath, 494 const GrClip& clip, 534 GrBlurUtils::drawPathWithMaskFilter(context, dc, clip, *path, paint,
|
/external/skia/tests/ |
PathOpsBuilderTest.cpp | 156 <clipPath id="clip-circle"> 159 <clipPath id="clip-rect"> 160 <clipPath id="clip-rect"> 161 <clipPath id="clip-rect"> 162 <clipPath id="clip-rect">
|
/frameworks/av/media/mtp/ |
mtp.h | 75 #define MTP_FORMAT_AIFF 0x3007 // Audio clip 76 #define MTP_FORMAT_WAV 0x3008 // Audio clip 77 #define MTP_FORMAT_MP3 0x3009 // Audio clip 78 #define MTP_FORMAT_AVI 0x300A // Video clip 79 #define MTP_FORMAT_MPEG 0x300B // Video clip
|
/frameworks/base/core/java/android/transition/ |
ChangeBounds.java | 56 private static final String PROPNAME_CLIP = "android:changeBounds:clip"; 191 * <p>When resizeClip is set to true, the clip bounds is modified by ChangeBounds. Therefore, 196 * clip bounds should be modified by ChangeBounds. 205 * Returns true when the ChangeBounds will resize by changing the clip bounds during the 208 * @return true when the ChangeBounds will resize by changing the clip bounds during the
|
/prebuilts/misc/windows/sdl2/test/ |
testautomation_rect.c | 1111 SDL_Rect clip; local 1208 SDL_Rect clip; local [all...] |
/external/skia/src/core/ |
SkPictureRecord.cpp | 44 // from a clip entry. 63 // from a clip entry. 70 clip starts out the size of the picture, which is often much larger 283 // Run back through any previous clip ops, and mark their offset to 285 // they could hide this clips ability to expand the clip (i.e. go from 289 // Reset the pointer back to the previous clip so that subsequent 306 // id + rect + clip params 328 // op + rrect + clip params 350 // op + path index + clip params 371 // op + clip params + regio [all...] |
SkImageFilter.cpp | 357 GrClip clip(dstRect); 358 drawContext->fillRectToRect(clip, paint, SkMatrix::I(), dstRect, srcRect); 384 // Intersect against the clip bounds, in case the crop rect has 385 // grown the bounds beyond the original clip. This can happen for 386 // example in tiling, where the clip is much smaller than the filtered 490 // matrix with no clip and that the matrix, clip, and render target set before this function was
|
/external/pdfium/fpdfsdk/src/ |
fpdfview.cpp | 576 // get clip region 945 FX_RECT clip; local 946 clip.left = start_x; 947 clip.right = start_x + size_x; 948 clip.top = start_y; 949 clip.bottom = start_y + size_y; 951 pContext->m_pDevice->SetClip_Rect(&clip); [all...] |