Searched refs:transform (Results 51 - 75 of 95) sorted by relevance

1234

/frameworks/base/graphics/java/android/graphics/
H A DPath.java580 public void transform(Matrix matrix, Path dst) { method in class:Path
593 public void transform(Matrix matrix) { method in class:Path
/frameworks/native/opengl/libagl/
H A Dvertex.cpp70 const GLfixed* const m = c->transforms.vpt.transform.matrix.m;
114 &c->transforms.modelview.transform, &v->eye, &v->obj);
H A Dmatrix.cpp135 vpt.transform.matrix.load(vpt.matrix);
136 vpt.transform.picker();
139 // We need to update the mvp (used to transform each vertex)
401 transform.loadIdentity();
408 memcpy(transform.matrix.m, rhs, sizeof(transform.matrix.m));
450 transform.matrix.load(top());
453 transform.picker();
485 transform.loadIdentity();
514 // the mvp matrix doesn't transform
[all...]
H A Dcontext.h445 transform_t transform; member in struct:android::gl::matrix_stack_t
473 transform_t transform; member in struct:android::gl::vp_transform_t
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWComposer.cpp512 disp.framebufferTarget->transform = 0;
812 getLayer()->transform = 0;
829 virtual void setTransform(uint32_t transform) { argument
830 getLayer()->transform = transform;
972 intptr_t(l.handle), l.hints, l.flags, l.transform, l.blending, format,
H A DHWComposer.h147 virtual void setTransform(uint32_t transform) = 0;
/frameworks/av/media/libstagefright/
H A DAwesomePlayer.cpp151 uint32_t transform; local
153 case 0: transform = 0; break;
154 case 90: transform = HAL_TRANSFORM_ROT_90; break;
155 case 180: transform = HAL_TRANSFORM_ROT_180; break;
156 case 270: transform = HAL_TRANSFORM_ROT_270; break;
157 default: transform = 0; break;
160 if (transform) {
162 mNativeWindow.get(), transform));
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DRegion_Delegate.java240 targetRegionDelegate.mArea.transform(mtx);
262 targetRegionDelegate.mArea.transform(mtx);
/frameworks/base/media/java/android/media/
H A DThumbnailUtils.java232 Bitmap thumbnail = transform(matrix, source, width, height,
362 private static Bitmap transform(Matrix scaler, method in class:ThumbnailUtils
/frameworks/base/libs/hwui/
H A DProgram.h352 * transform matrices.
373 * Name of the transform uniform.
375 int transform; member in class:android::uirenderer::Program
H A DLayerRenderer.cpp294 bool isOpaque, GLenum renderTarget, float* transform) {
301 layer->getTexTransform().load(transform);
293 updateTextureLayer(Layer* layer, uint32_t width, uint32_t height, bool isOpaque, GLenum renderTarget, float* transform) argument
H A DOpenGLRenderer.h479 const float right, const float bottom, const mat4 transform);
489 * are transformed by the current snapshot's transform matrix.
497 * @param ignoreTransform True if the current transform should be ignored
536 * are transformed by the current snapshot's transform matrix.
552 * are transformed by the current snapshot's transform matrix.
581 * @param ignoreTransform True if the current transform should be ignored
724 void setupDrawTextureTransformUniforms(mat4& transform);
/frameworks/base/tests/RenderScriptTests/ModelViewer/src/com/android/modelviewer/
H A DSceneGraphRS.java177 mTransformScript = new ScriptC_transform(mRS, mRes, R.raw.transform);
/frameworks/compile/slang/
H A DAndroid.mk265 $(call transform-host-clang-td-to-out,opt-parser-defs)
/frameworks/native/libs/gui/
H A DBufferQueue.cpp486 uint32_t transform; local
491 input.deflate(&timestamp, &crop, &scalingMode, &transform, &fence);
496 transform, scalingModeName(scalingMode));
558 mSlots[buf].mTransform = transform;
730 "default-format=%d, transform-hint=%02x, FIFO(%d)={%s}\n",
H A DSurfaceTextureClient.cpp484 int transform = va_arg(args, int); local
485 return setBuffersTransform(transform);
653 int SurfaceTextureClient::setBuffersTransform(int transform) argument
658 mTransform = transform;
/frameworks/native/opengl/tests/hwc/
H A DhwcTestLib.cpp457 testPrintI(" transform: %#x%s%s%s",
458 list->hwLayers[layer].transform,
459 (list->hwLayers[layer].transform & HWC_TRANSFORM_FLIP_H)
461 (list->hwLayers[layer].transform & HWC_TRANSFORM_FLIP_V)
463 (list->hwLayers[layer].transform & HWC_TRANSFORM_ROT_90)
H A DhwcCommit.cpp172 uint32_t transform; member in class:Rectangle
680 // For each of the transform types
684 rect.transform = id;
1311 format(graphicFormat), transform(defaultTransform),
1423 layer->transform = it->transform;
/frameworks/native/services/surfaceflinger/
H A DLayerBase.h87 Transform transform; member in struct:android::LayerBase::State
246 * Updates the SurfaceTexture's transform hint, for layers that have
H A DSurfaceFlinger.cpp810 // transform the dirty region into this screen's coordinate space
902 Region drawRegion(tr.transform(
913 hw->undefinedRegion.subtractSelf(tr.transform(opaqueRegion));
979 // transform the dirty region into this screen's coordinate space
1147 // and update their transform hint.
1235 Region visibleReg = s.transform.transform(
1322 const Transform tr(s.transform);
1325 // transform the transparent region
1326 transparentRegion = tr.transform(
[all...]
/frameworks/av/services/camera/libcameraservice/
H A DCamera2Device.cpp323 int transform) {
341 return (*streamI)->setTransform(transform);
1170 status_t Camera2Device::StreamAdapter::setTransform(int transform) { argument
1174 ALOGE("%s: Cannot set transform on unconnected stream", __FUNCTION__);
1178 transform);
1180 ALOGE("%s: Unable to configure stream transform to %x: %s (%d)",
1181 __FUNCTION__, transform, strerror(-res), res);
322 setStreamTransform(int id, int transform) argument
H A DCamera2Client.cpp167 result.appendFormat(" Preview transform: %x\n",
1201 int transform = Parameters::degToTransform(degrees, local
1203 if (transform == -1) {
1209 if (transform != l.mParameters.previewTransform &&
1211 mDevice->setStreamTransform(getPreviewStreamId(), transform); local
1213 l.mParameters.previewTransform = transform;
/frameworks/base/core/jni/android/graphics/
H A DPath.cpp258 obj->transform(*matrix, dst);
262 obj->transform(*matrix);
/frameworks/base/tools/velocityplot/
H A Dvelocityplot.py140 axes.text(0.02, 0.02, title, transform=axes.transAxes, fontsize=10, fontweight='bold')
/frameworks/base/docs/html/guide/google/gcm/client-javadoc/
H A Ddefault.css301 text-transform: none;
403 text-transform: uppercase; }
479 text-transform:uppercase;
1513 text-transform:uppercase;
1587 text-transform:uppercase;
2308 text-transform:uppercase;
3505 -webkit-transform-origin:100% 0%;
3506 -moz-transform-origin:100% 0%;
3507 -o-transform-origin:100% 0%;
3508 transform
[all...]

Completed in 1241 milliseconds

1234