Home
last modified time | relevance | path

Searched refs:new_matrix (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/core/fxge/apple/
Dfx_apple_impl.cpp44 CFX_Matrix new_matrix = mtObject2Device; in CGDrawGlyphRun() local
68 new_matrix.a = -new_matrix.a; in CGDrawGlyphRun()
69 new_matrix.c = -new_matrix.c; in CGDrawGlyphRun()
71 new_matrix.b = -new_matrix.b; in CGDrawGlyphRun()
72 new_matrix.d = -new_matrix.d; in CGDrawGlyphRun()
74 quartz2d.SetGraphicsTextMatrix(pContext, new_matrix); in CGDrawGlyphRun()
/external/pdfium/core/fxge/
Dtext_char_pos.cpp16 CFX_Matrix new_matrix; in GetEffectiveMatrix() local
18 new_matrix = CFX_Matrix(m_AdjustMatrix[0], m_AdjustMatrix[1], in GetEffectiveMatrix()
21 new_matrix.Concat(matrix); in GetEffectiveMatrix()
22 return new_matrix; in GetEffectiveMatrix()
Dcfx_renderdevice.cpp869 const CFX_Matrix* new_matrix = nullptr; in DrawZeroAreaPath() local
871 new_matrix = matrix; in DrawZeroAreaPath()
877 m_pDeviceDriver->DrawPath(new_path, new_matrix, &graph_state, 0, stroke_color, in DrawZeroAreaPath()
/external/pdfium/core/fpdfapi/render/
Dcpdf_textrenderer.cpp125 CFX_Matrix new_matrix = matrix; in DrawTextString() local
126 new_matrix.e = origin_x; in DrawTextString()
127 new_matrix.f = origin_y; in DrawTextString()
128 DrawNormalText(pDevice, codes, positions, pFont, font_size, new_matrix, in DrawTextString()
Dcpdf_imagerenderer.cpp248 CFX_Matrix new_matrix = m_ImageMatrix; in GetDrawMatrix() local
249 new_matrix.Translate(-rect.left, -rect.top); in GetDrawMatrix()
250 return new_matrix; in GetDrawMatrix()
324 CFX_Matrix new_matrix = GetDrawMatrix(rect); in DrawPatternImage() local
349 CalculateDrawImage(bitmap_device, m_pDIBBase, new_matrix, rect); in DrawPatternImage()
372 CFX_Matrix new_matrix = GetDrawMatrix(rect); in DrawMaskedImage() local
384 if (bitmap_renderer.Start(m_pDIBBase, 0, new_matrix, m_ResampleOptions, in DrawMaskedImage()
389 CalculateDrawImage(bitmap_device, m_pLoader->GetMask(), new_matrix, rect); in DrawMaskedImage()
Dcpdf_renderstatus.cpp664 CFX_Matrix new_matrix = mtObj2Device; in ProcessTransparency() local
665 new_matrix.Translate(-rect.left, -rect.top); in ProcessTransparency()
686 &new_matrix, textobj->graph_state().GetObject(), 0xffffffff, 0, in ProcessTransparency()
698 bitmap_render.ProcessObjectNoClip(pPageObj, new_matrix); in ProcessTransparency()