Home
last modified time | relevance | path

Searched refs:currentTransform (Results 1 – 25 of 55) sorted by relevance

123

/third_party/skia/modules/canvaskit/htmlcanvas/
Dradialgradient.js54 this._getShader = function(currentTransform) { argument
58 CanvasKit.Matrix.mapPoints(currentTransform, pts);
64 var sx = currentTransform[0];
65 var sy = currentTransform[4];
Dlineargradient.js51 this._getShader = function(currentTransform) { argument
55 CanvasKit.Matrix.mapPoints(currentTransform, pts);
Dpattern.js61 this._getShader = function(currentTransform) { argument
/third_party/flutter/skia/modules/canvaskit/htmlcanvas/
Dradialgradient.js54 this._getShader = function(currentTransform) { argument
58 CanvasKit.SkMatrix.mapPoints(currentTransform, pts);
64 var sx = currentTransform[0];
65 var sy = currentTransform[4];
Dlineargradient.js51 this._getShader = function(currentTransform) { argument
55 CanvasKit.SkMatrix.mapPoints(currentTransform, pts);
Dpattern.js61 this._getShader = function(currentTransform) { argument
/third_party/flutter/engine/flutter/lib/web_ui/lib/src/engine/
Dengine_canvas.dart101 final Matrix4 currentTransform;
102 _SaveClipEntry.rect(this.rect, this.currentTransform)
105 _SaveClipEntry.rrect(this.rrect, this.currentTransform)
108 _SaveClipEntry.path(this.path, this.currentTransform)
139 Matrix4 get currentTransform => _currentTransform;
167 /// Multiplies the [currentTransform] matrix by a translation.
175 /// Scales the [currentTransform] matrix.
183 /// Rotates the [currentTransform] matrix.
191 /// Skews the [currentTransform] matrix.
203 /// Multiplies the [currentTransform] matrix by another matrix.
Dhoudini_canvas.dart74 transformWithOffset(currentTransform, ui.Offset(rect.left, rect.top)));
211 transformWithOffset(currentTransform, ui.Offset(dst.left, dst.top)));
227 _drawParagraphElement(paragraph, offset, transform: currentTransform);
278 Matrix4 get currentTransform => _currentTransform;
309 /// Multiplies the [currentTransform] matrix by a translation.
317 /// Scales the [currentTransform] matrix.
325 /// Rotates the [currentTransform] matrix.
333 /// Skews the [currentTransform] matrix.
347 /// Multiplies the [currentTransform] matrix by another matrix.
Ddom_canvas.dart83 if (currentTransform.isIdentity()) {
92 final Matrix4 translated = currentTransform.clone();
173 _drawParagraphElement(paragraph, offset, transform: currentTransform);
Dbitmap_canvas.dart833 _clipContent(_clipStack, paragraphElement, offset, currentTransform);
840 matrix4ToCssTransform(transformWithOffset(currentTransform, offset));
1010 html.HtmlElement content, ui.Offset offset, Matrix4 currentTransform) {
1024 Matrix4 newClipTransform = entry.currentTransform;
1079 _cssTransformAtOffset(currentTransform, offset.dx, offset.dy);
/third_party/skia/third_party/externals/freetype/src/psaux/
Dpsfont.c338 &font->currentTransform, in cf2_font_setup()
343 font->currentTransform = *transform; in cf2_font_setup()
344 font->currentTransform.tx = in cf2_font_setup()
345 font->currentTransform.ty = cf2_intToFixed( 0 ); in cf2_font_setup()
Dpsfont.h76 CF2_Matrix currentTransform; /* original client matrix */ member
/third_party/freetype/src/psaux/
Dpsfont.c338 &font->currentTransform, in cf2_font_setup()
343 font->currentTransform = *transform; in cf2_font_setup()
344 font->currentTransform.tx = in cf2_font_setup()
345 font->currentTransform.ty = cf2_intToFixed( 0 ); in cf2_font_setup()
Dpsfont.h76 CF2_Matrix currentTransform; /* original client matrix */ member
/third_party/flutter/skia/third_party/externals/freetype/src/psaux/
Dpsfont.c339 &font->currentTransform, in cf2_font_setup()
344 font->currentTransform = *transform; in cf2_font_setup()
345 font->currentTransform.tx = in cf2_font_setup()
346 font->currentTransform.ty = cf2_intToFixed( 0 ); in cf2_font_setup()
Dpsfont.h76 CF2_Matrix currentTransform; /* original client matrix */ member
/third_party/flutter/engine/flutter/lib/web_ui/lib/src/engine/compositor/
Dcanvas.dart91 Matrix4 get currentTransform => throw 'currentTransform';
/third_party/skia/third_party/externals/swiftshader/src/WSI/
DVkSurfaceKHR.cpp192 pSurfaceCapabilities->currentTransform = VK_SURFACE_TRANSFORM_IDENTITY_BIT_KHR; in setCommonSurfaceCapabilities()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DNativeSwapChainImplVk.cpp59 config->preTransform = info.capabilities.currentTransform; in ChooseSurfaceConfig()
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DNativeSwapChainImplVk.cpp37 config->preTransform = info.capabilities.currentTransform; in ChooseSurfaceConfig()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/
DvktWsiSurfaceTests.cpp83 (a.currentTransform != b.currentTransform) || in operator !=()
479 results.check(dePop32(capabilities.currentTransform) != 0, in validateSurfaceCapabilities()
482 results.check((capabilities.supportedTransforms & capabilities.currentTransform) != 0, in validateSurfaceCapabilities()
/third_party/mesa3d/src/vulkan/wsi/
Dwsi_common.c433 ext_caps->currentTransform = khr_caps.currentTransform; in wsi_GetPhysicalDeviceSurfaceCapabilities2EXT()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkWsiUtil.cpp398 khr.currentTransform == ext.currentTransform && in sameSurfaceCapabilities()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DSurfaceVk.cpp779 mPreTransform = mSurfaceCaps.currentTransform; in initializeImpl()
788 mPreTransform = mSurfaceCaps.currentTransform; in initializeImpl()
1288 presentOutOfDate = mSurfaceCaps.currentTransform != mPreTransform || in checkForOutOfDateSwapchain()
1305 mPreTransform = mSurfaceCaps.currentTransform; in checkForOutOfDateSwapchain()
/third_party/flutter/skia/tools/sk_app/
DVulkanWindowContext.cpp221 SkASSERT(caps.supportedTransforms & caps.currentTransform); in createSwapchain()

123