Searched refs:transformed (Results 1 - 8 of 8) sorted by relevance

/frameworks/native/services/surfaceflinger/
H A DTransform.h61 bool transformed() const;
H A DTransform.cpp90 bool Transform::transformed() const { function in class:android::Transform
230 if (CC_UNLIKELY(transformed())) {
H A DSurfaceFlinger.cpp1233 // TODO: we could cache the transformed region
1323 if (tr.transformed()) {
/frameworks/base/graphics/java/android/graphics/
H A DBitmap.java519 * transformed by the optional matrix. The new bitmap may be the
591 final boolean transformed = !m.rectStaysRect();
599 bitmap = createBitmap(neww, newh, transformed ? Config.ARGB_8888 : newConfig,
600 transformed || source.hasAlpha());
607 if (transformed) {
/frameworks/base/core/java/android/widget/
H A DSwitch.java518 final CharSequence transformed = (mSwitchTransformationMethod != null)
522 return new StaticLayout(transformed, mTextPaint,
523 (int) Math.ceil(Layout.getDesiredWidth(transformed, mTextPaint)),
/frameworks/base/libs/hwui/
H A DOpenGLRenderer.cpp1238 Rect& transformed, Rect& clip) {
1243 transformed.set(left, top, right, bottom);
1244 mSnapshot->transform->mapRect(transformed);
1245 transformed.snapToPixelBoundaries();
1250 return !clip.intersects(transformed);
2799 Rect transformed; local
2802 x + layer->layer.getWidth(), y + layer->layer.getHeight(), transformed, clip);
2816 mCaches.setScissorEnabled(mScissorOptimizationDisabled || !clip.contains(transformed));
1237 quickRejectNoScissor(float left, float top, float right, float bottom, Rect& transformed, Rect& clip) argument
H A DOpenGLRenderer.h413 * the transformed rect to test and the current clip.
416 Rect& transformed, Rect& clip);
476 * are transformed with the supplied matrix.
489 * are transformed by the current snapshot's transform matrix.
536 * are transformed by the current snapshot's transform matrix.
552 * are transformed by the current snapshot's transform matrix.
/frameworks/base/core/java/android/view/
H A DViewGroup.java2103 * Returns true if a child view contains the specified point when transformed
4006 // Views being animated or transformed are not considered opaque because we may
4031 boolean transformed = getChildStaticTransformation(child, t);
4032 if (transformed) {

Completed in 109 milliseconds