Searched refs:affine (Results 1 – 17 of 17) sorted by relevance
/external/webkit/WebCore/platform/graphics/cairo/ |
D | FontCairo.cpp | 109 TransformationMatrix affine; in drawGlyphs() local 110 cairo_set_source(cr, context->fillPattern()->createPlatformPattern(affine)); in drawGlyphs() 139 TransformationMatrix affine; in drawGlyphs() local 140 cairo_set_source(cr, context->strokePattern()->createPlatformPattern(affine)); in drawGlyphs()
|
D | GraphicsContextCairo.cpp | 434 TransformationMatrix affine; in fillPath() local 435 cairo_set_source(cr, m_common->state.fillPattern->createPlatformPattern(affine)); in fillPath() 467 TransformationMatrix affine; in strokePath() local 468 cairo_set_source(cr, m_common->state.strokePattern->createPlatformPattern(affine)); in strokePath()
|
/external/webkit/WebCore/platform/graphics/qt/ |
D | FontQt.cpp | 96 TransformationMatrix affine; in drawComplexText() local 97 p->setPen(QPen(QBrush(ctx->fillPattern()->createPlatformPattern(affine)), 0)); in drawComplexText() 108 TransformationMatrix affine; in drawComplexText() local 109 …p->setPen(QPen(QBrush(ctx->strokePattern()->createPlatformPattern(affine)), ctx->strokeThickness()… in drawComplexText()
|
D | GraphicsContextQt.cpp | 627 TransformationMatrix affine; in fillPath() local 628 p->fillPath(path, QBrush(m_common->state.fillPattern->createPlatformPattern(affine))); in fillPath() 656 TransformationMatrix affine; in strokePath() local 657 pen.setBrush(QBrush(m_common->state.strokePattern->createPlatformPattern(affine))); in strokePath() 687 TransformationMatrix affine; in fillRect() local 688 p->fillRect(rect, QBrush(m_common->state.fillPattern->createPlatformPattern(affine))); in fillRect()
|
/external/tesseract/liblept/ |
D | Makefile.am | 13 affine.c affinecompose.c \
|
D | makefile | 154 LEPTLIB_C = adaptmap.c affine.c affinecompose.c \
|
D | makefile.mingw | 139 LEPTLIB_C = adaptmap.c affine.c affinecompose.c \
|
D | Makefile.in | 64 am_liblept_a_OBJECTS = adaptmap.$(OBJEXT) affine.$(OBJEXT) \ 247 affine.c affinecompose.c \ 394 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/affine.Po@am__quote@
|
D | leptonlib.dsp | 99 SOURCE=.\src\affine.c
|
/external/tesseract/ |
D | Android.mk | 76 liblept/affine.c \
|
/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/WebKit/mac/Plugins/ |
D | WebNetscapePluginView.mm | 418 … // Generate a QD origin based on the current affine transform for currentContext.
|
/external/webkit/WebCore/ |
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.
|