Searched refs:affine (Results 1 – 14 of 14) sorted by relevance
/external/webkit/WebCore/platform/graphics/cairo/ |
D | FontCairo.cpp | 139 AffineTransform affine; in drawGlyphs() local 140 cairo_set_source(cr, context->fillPattern()->createPlatformPattern(affine)); in drawGlyphs() 169 AffineTransform affine; in drawGlyphs() local 170 cairo_set_source(cr, context->strokePattern()->createPlatformPattern(affine)); in drawGlyphs()
|
D | GraphicsContextCairo.cpp | 80 AffineTransform affine; in setPlatformFill() local 81 cairo_set_source(cr, gcp->state.fillPattern->createPlatformPattern(affine)); in setPlatformFill() 95 AffineTransform affine; in setPlatformStroke() local 96 cairo_set_source(cr, gcp->state.strokePattern->createPlatformPattern(affine)); in setPlatformStroke()
|
/external/webkit/WebCore/platform/graphics/qt/ |
D | FontQt.cpp | 82 AffineTransform affine; in drawComplexText() local 83 p->setPen(QPen(QBrush(ctx->fillPattern()->createPlatformPattern(affine)), 0)); in drawComplexText() 94 AffineTransform affine; in drawComplexText() local 95 …p->setPen(QPen(QBrush(ctx->strokePattern()->createPlatformPattern(affine)), ctx->strokeThickness()… in drawComplexText()
|
D | GraphicsContextQt.cpp | 541 AffineTransform affine; in fillPath() local 542 p->fillPath(path, QBrush(m_common->state.fillPattern->createPlatformPattern(affine))); in fillPath() 578 AffineTransform affine; in strokePath() local 579 pen.setBrush(QBrush(m_common->state.strokePattern->createPlatformPattern(affine))); in strokePath() 618 AffineTransform affine; in fillRect() local 619 p->fillRect(rect, QBrush(m_common->state.fillPattern->createPlatformPattern(affine))); in fillRect()
|
/external/webkit/WebCore/platform/graphics/android/ |
D | GraphicsContextAndroid.cpp | 1035 void GraphicsContext::concatCTM(const AffineTransform& affine) in concatCTM() argument 1039 GC2Canvas(this)->concat(affine); in concatCTM()
|
/external/webkit/WebCore/platform/graphics/skia/ |
D | GraphicsContextSkia.cpp | 442 void GraphicsContext::concatCTM(const AffineTransform& affine) in concatCTM() argument 446 platformContext()->canvas()->concat(affine); in concatCTM()
|
/external/dropbear/libtomcrypt/ |
D | crypt.tex | 6295 @param map Boolean indicated whether to map back to affine or not 6296 (can be ignored if you work in affine only) 6331 /** ECC mapping from projective to affine, 6414 that (x,y,z) => (x/z^2, y/z^3, 1) when interpreted as affine */ 6427 …The only further exception is the export functions which expects the values to be in affine format. 6430 …k$ and store the result in the point $R$. The value should be mapped to affine only if $map$ is s… 6434 may be in either affine (with $z = 1$) or projective format and the output point is always projecti… 6437 This will map the point $P$ back from projective to affine. The output point $P$ must be of the fo… 6444 overlap (e.g., $A \leftarrow k_1A + k_2B$) and must return the final point in affine format.
|
D | changes | 94 -- Updated the FP ECC code to use affine points. It's teh fast.
|
/external/webkit/WebCore/ |
D | ChangeLog | 5794 the old affine code, this one is platform independent like TransformationMatrix. 5801 will introduce the affine code to SVG. 6204 the old affine code, this one is platform independent like TransformationMatrix. 6211 will introduce the affine code to SVG.
|
D | ChangeLog-2009-06-16 | 29294 New method to convert the matrix to an affine matrix by throwing a way the non-affine 29302 If 3d rendering is not supported, convert the matrix to an affine matrix 58243 preparation for future enhancements (non-affine matrices)
|
D | ChangeLog-2006-12-31 | 5559 Don't use my QTransform magic, affine QMatrix is fine for 42497 messing up the use of the affine transformation matrix while
|
D | ChangeLog-2007-10-14 | 41386 affine transforms. 41408 affine transforms.
|
D | ChangeLog-2008-08-10 | 81947 for arbitrary affine transforms rather than just rotation.
|
/external/webkit/WebKit/mac/Plugins/ |
D | WebNetscapePluginView.mm | 410 … // Generate a QD origin based on the current affine transform for currentContext.
|