/third_party/skia/modules/canvaskit/htmlcanvas/ |
D | radialgradient.js | 54 this._getShader = function(currentTransform) { argument 58 CanvasKit.Matrix.mapPoints(currentTransform, pts); 64 var sx = currentTransform[0]; 65 var sy = currentTransform[4];
|
D | lineargradient.js | 51 this._getShader = function(currentTransform) { argument 55 CanvasKit.Matrix.mapPoints(currentTransform, pts);
|
D | pattern.js | 61 this._getShader = function(currentTransform) { argument
|
/third_party/flutter/skia/modules/canvaskit/htmlcanvas/ |
D | radialgradient.js | 54 this._getShader = function(currentTransform) { argument 58 CanvasKit.SkMatrix.mapPoints(currentTransform, pts); 64 var sx = currentTransform[0]; 65 var sy = currentTransform[4];
|
D | lineargradient.js | 51 this._getShader = function(currentTransform) { argument 55 CanvasKit.SkMatrix.mapPoints(currentTransform, pts);
|
D | pattern.js | 61 this._getShader = function(currentTransform) { argument
|
/third_party/flutter/engine/flutter/lib/web_ui/lib/src/engine/ |
D | engine_canvas.dart | 101 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.
|
D | houdini_canvas.dart | 74 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.
|
D | dom_canvas.dart | 83 if (currentTransform.isIdentity()) { 92 final Matrix4 translated = currentTransform.clone(); 173 _drawParagraphElement(paragraph, offset, transform: currentTransform);
|
D | bitmap_canvas.dart | 833 _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/ |
D | psfont.c | 338 &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()
|
D | psfont.h | 76 CF2_Matrix currentTransform; /* original client matrix */ member
|
/third_party/freetype/src/psaux/ |
D | psfont.c | 338 &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()
|
D | psfont.h | 76 CF2_Matrix currentTransform; /* original client matrix */ member
|
/third_party/flutter/skia/third_party/externals/freetype/src/psaux/ |
D | psfont.c | 339 &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()
|
D | psfont.h | 76 CF2_Matrix currentTransform; /* original client matrix */ member
|
/third_party/flutter/engine/flutter/lib/web_ui/lib/src/engine/compositor/ |
D | canvas.dart | 91 Matrix4 get currentTransform => throw 'currentTransform';
|
/third_party/skia/third_party/externals/swiftshader/src/WSI/ |
D | VkSurfaceKHR.cpp | 192 pSurfaceCapabilities->currentTransform = VK_SURFACE_TRANSFORM_IDENTITY_BIT_KHR; in setCommonSurfaceCapabilities()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | NativeSwapChainImplVk.cpp | 59 config->preTransform = info.capabilities.currentTransform; in ChooseSurfaceConfig()
|
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | NativeSwapChainImplVk.cpp | 37 config->preTransform = info.capabilities.currentTransform; in ChooseSurfaceConfig()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/ |
D | vktWsiSurfaceTests.cpp | 83 (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/ |
D | wsi_common.c | 433 ext_caps->currentTransform = khr_caps.currentTransform; in wsi_GetPhysicalDeviceSurfaceCapabilities2EXT()
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
D | vkWsiUtil.cpp | 398 khr.currentTransform == ext.currentTransform && in sameSurfaceCapabilities()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | SurfaceVk.cpp | 779 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/ |
D | VulkanWindowContext.cpp | 221 SkASSERT(caps.supportedTransforms & caps.currentTransform); in createSwapchain()
|