Searched refs:transformation (Results 1 - 12 of 12) sorted by relevance

/macosx-10.9.5/tcl-102/tcl_ext/tclxml/tclxslt/test/
H A Dext-test.tcl24 puts [list do transformation]
/macosx-10.9.5/WebCore-7537.78.1/rendering/svg/
H A DRenderSVGResourceMarker.cpp153 AffineTransform transformation = contentTransformation; local
155 transformation.scaleNonUniform(strokeWidth, strokeWidth);
157 transformation.translate(-mappedOrigin.x(), -mappedOrigin.y());
158 return transformation;
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/blackberry/
H A DPathBlackBerry.cpp101 AffineTransform transformation; local
102 transformation.translate(size.width(), size.height());
103 transform(transformation);
209 void Path::transform(const AffineTransform& transformation) argument
211 m_path->transform(reinterpret_cast<const double*>(&transformation));
H A DGraphicsContextBlackBerry.cpp109 void GraphicsContext::concatCTM(const AffineTransform& transformation) argument
116 current *= transformation;
120 void GraphicsContext::setCTM(const AffineTransform& transformation) argument
125 platformContext()->setTransform((const double*)&transformation);
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/wince/
H A DPlatformPathWinCE.cpp235 static void drawPolygons(HDC dc, const Vector<PathPolygon>& polygons, bool fill, const AffineTransform* transformation) argument
250 if (transformation) {
252 FloatPoint trPoint = transformation->mapPoint(i->at(i2));
573 void PlatformPath::strokePath(HDC dc, const AffineTransform* transformation) const
575 drawPolygons(dc, m_subpaths, false, transformation);
578 void PlatformPath::fillPath(HDC dc, const AffineTransform* transformation) const
581 drawPolygons(dc, m_subpaths, true, transformation);
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dsl.vim69 syn keyword slStorageClass light surface volume displacement transformation imager
H A D2html.vim60 " Return good color specification: in GUI no transformation is done, in
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/lib/Log/Log4perl/
H A DLevel.pm298 To perform the reverse transformation, which takes a string like
/macosx-10.9.5/WebKit-7537.78.2/blackberry/Api/
H A DBackingStore.cpp1317 TransformationMatrix transformation; local
1319 transformation = TransformationMatrix::rectToRect(FloatRect(FloatPoint(0.0, 0.0), WebCore::IntSize(transformedSrcRect.size())), WebCore::IntRect(dstRect));
1330 srcTransform.scale(transformation.a());
1371 blitTileRect(tileBuffer, dirtyRenderedRect, origin, transformation, geometry);
1915 // Add our transformation matrix as the global transform.
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/apps/
H A Dpage8 # Meta summary Tool for general text transformation
12 # Meta description any type of text transformation which
17 # Meta subject {parser generation} {text transformation}
64 # for the reading, transformation, and writing of any type of
498 {Unable to locate transformation}} $msg]
/macosx-10.9.5/CF-855.17/
H A DCFURL.c4782 static CFArrayRef copyStringArrayWithTransformation(CFArrayRef array, StringTransformation transformation) { argument
4788 CFStringRef unescapedComp = transformation(alloc, origComp, i);
/macosx-10.9.5/BerkeleyDB-21/db/perl/DB_File/
H A DDB_File.pm1760 want to make the same transformation to all keys and/or values in a

Completed in 273 milliseconds