Home
last modified time | relevance | path

Searched refs:affine (Results 1 – 17 of 17) sorted by relevance

/external/webkit/WebCore/platform/graphics/cairo/
DFontCairo.cpp109 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()
DGraphicsContextCairo.cpp434 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/
DFontQt.cpp96 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()
DGraphicsContextQt.cpp627 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/
DMakefile.am13 affine.c affinecompose.c \
Dmakefile154 LEPTLIB_C = adaptmap.c affine.c affinecompose.c \
Dmakefile.mingw139 LEPTLIB_C = adaptmap.c affine.c affinecompose.c \
DMakefile.in64 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@
Dleptonlib.dsp99 SOURCE=.\src\affine.c
/external/tesseract/
DAndroid.mk76 liblept/affine.c \
/external/dropbear/libtomcrypt/
Dcrypt.tex6295 @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.
Dchanges94 -- Updated the FP ECC code to use affine points. It's teh fast.
/external/webkit/WebKit/mac/Plugins/
DWebNetscapePluginView.mm418 … // Generate a QD origin based on the current affine transform for currentContext.
/external/webkit/WebCore/
DChangeLog-2009-06-1629294 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)
DChangeLog-2006-12-315559 Don't use my QTransform magic, affine QMatrix is fine for
42497 messing up the use of the affine transformation matrix while
DChangeLog-2007-10-1441386 affine transforms.
41408 affine transforms.
DChangeLog-2008-08-1081947 for arbitrary affine transforms rather than just rotation.