Searched refs:pMatrix (Results 1 - 25 of 42) sorted by path

12

/external/pdfium/core/include/fpdfapi/
H A Dfpdf_pageobj.h82 void Transform(const CFX_AffineMatrix* pMatrix) argument
84 GetModify()->Transform(pMatrix);
87 void Append(CPDF_Path src, const CFX_AffineMatrix* pMatrix) argument
89 m_pObject->Append(src.m_pObject, pMatrix);
485 FX_RECT GetBBox(const CFX_AffineMatrix* pMatrix) const;
552 void GetTextMatrix(CFX_AffineMatrix* pMatrix) const;
/external/pdfium/core/include/fpdfdoc/
H A Dfpdf_doc.h682 CFX_AffineMatrix* pMatrix, FX_BOOL bShowWidget,
686 FX_BOOL bPrinting, CFX_AffineMatrix* pMatrix, FX_BOOL bShowWidget,
689 DisplayAnnots(pPage, NULL, pContext, bPrinting, pMatrix, bShowWidget ? 3 : 1, pOptions, NULL);
693 FX_BOOL bPrinting, CFX_AffineMatrix* pMatrix, FX_BOOL bShowWidget,
696 DisplayAnnots(pPage, NULL, pContext, bPrinting, pMatrix, bShowWidget ? 3 : 1, pOptions, pClipRect);
700 FX_BOOL bPrinting, CFX_AffineMatrix* pMatrix, FX_DWORD dwAnnotFlags,
733 CPDF_RenderContext* pContext, FX_BOOL bPrinting, CFX_AffineMatrix* pMatrix,
1371 void DrawControl(CFX_RenderDevice* pDevice, CFX_AffineMatrix* pMatrix,
685 DisplayAnnots(const CPDF_Page* pPage, CPDF_RenderContext* pContext, FX_BOOL bPrinting, CFX_AffineMatrix* pMatrix, FX_BOOL bShowWidget, CPDF_RenderOptions* pOptions) argument
692 DisplayAnnots(const CPDF_Page* pPage, CPDF_RenderContext* pContext, FX_BOOL bPrinting, CFX_AffineMatrix* pMatrix, FX_BOOL bShowWidget, CPDF_RenderOptions* pOptions, FX_RECT *pClipRect) argument
/external/pdfium/core/include/fxcrt/
H A Dfx_coordinates.h650 void Transform(const CFX_Matrix* pMatrix);
/external/pdfium/core/include/fxge/
H A Dfx_dib.h245 CFX_DIBitmap* TransformTo(const CFX_AffineMatrix* pMatrix, int& left, int &top,
560 FX_INT32 Start(const CFX_DIBSource* pSrc, const CFX_AffineMatrix* pMatrix, int flags, const FX_RECT* pClip);
583 FX_DWORD mask_color, const CFX_AffineMatrix* pMatrix, FX_DWORD dib_flags,
H A Dfx_font.h383 const CFX_GlyphBitmap* LoadGlyphBitmap(CFX_Font* pFont, FX_DWORD glyph_index, FX_BOOL bFontStyle, const CFX_AffineMatrix* pMatrix,
392 const CFX_AffineMatrix* pMatrix, int dest_width, int anti_alias);
394 const CFX_AffineMatrix* pMatrix, int dest_width, int anti_alias);
395 CFX_GlyphBitmap* LookUpGlyphBitmap(CFX_Font* pFont, const CFX_AffineMatrix* pMatrix, CFX_ByteStringC& FaceGlyphsKey,
418 CFX_AffineMatrix* pMatrix, unsigned long glyph_index, unsigned long argb);
H A Dfx_ge.h199 void Transform(const CFX_AffineMatrix* pMatrix);
203 FX_BOOL GetZeroAreaPath(CFX_PathData& NewPath, CFX_AffineMatrix* pMatrix, FX_BOOL&bThin, FX_BOOL bAdjust) const;
205 FX_BOOL IsRect(const CFX_AffineMatrix* pMatrix, CFX_FloatRect* rect) const;
207 FX_BOOL Append(const CFX_PathData* pSrc, const CFX_AffineMatrix* pMatrix);
430 const CFX_AffineMatrix* pMatrix, FX_DWORD flags, FX_LPVOID& handle,
608 const CFX_AffineMatrix* pMatrix, FX_DWORD flags, FX_LPVOID& handle,
694 const CFX_AffineMatrix* pMatrix, FX_DWORD flags,
/external/pdfium/core/include/reflow/
H A Dreflowengine.h66 virtual void Start(IPDF_ReflowedPage* pReflowPage, CFX_RenderDevice* pDevice, const CFX_AffineMatrix* pMatrix, IFX_Pause* pPause, int DitherBits ) = 0;
/external/pdfium/core/src/fpdfapi/fpdf_font/
H A Dfpdf_font.cpp1633 CPDF_Array* pMatrix = m_pFontDict->GetArray(FX_BSTRC("FontMatrix")); local
1635 if (pMatrix) {
1636 m_FontMatrix = pMatrix->GetMatrix();
/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page.cpp90 FX_RECT CPDF_PageObject::GetBBox(const CFX_AffineMatrix* pMatrix) const
93 if (pMatrix) {
94 pMatrix->TransformRect(rect);
221 void CPDF_TextObject::GetTextMatrix(CFX_AffineMatrix* pMatrix) const
224 pMatrix->Set(pTextMatrix[0], pTextMatrix[2], pTextMatrix[1], pTextMatrix[3], m_PosX, m_PosY);
H A Dfpdf_page_graph_state.cpp324 FX_FLOAT* pMatrix = GetMatrix(); local
325 FX_FLOAT unit = FXSYS_sqrt2(pMatrix[1], pMatrix[3]);
331 FX_FLOAT* pMatrix = GetMatrix(); local
332 FX_FLOAT unit = FXSYS_sqrt2(pMatrix[0], pMatrix[2]);
H A Dfpdf_page_pattern.cpp236 CFX_FloatRect _GetShadingBBox(CPDF_Stream* pStream, int type, const CFX_AffineMatrix* pMatrix, argument
276 rect.Transform(pMatrix);
/external/pdfium/core/src/fpdfapi/fpdf_render/
H A Dfpdf_render_image.cpp1045 FX_RECT* pClipRect, const CFX_AffineMatrix* pMatrix)
1064 CFX_AffineMatrix matrix = *pMatrix;
1044 LoadSMask(CPDF_Dictionary* pSMaskDict, FX_RECT* pClipRect, const CFX_AffineMatrix* pMatrix) argument
H A Dfpdf_render_pattern.cpp736 void CPDF_RenderStatus::DrawShading(CPDF_ShadingPattern* pPattern, CFX_AffineMatrix* pMatrix,
763 rect.Transform(pMatrix);
768 CFX_AffineMatrix FinalMatrix = *pMatrix;
H A Dfpdf_render_text.cpp24 CFX_GlyphBitmap* CPDF_Type3Cache::LoadGlyph(FX_DWORD charcode, const CFX_AffineMatrix* pMatrix, FX_FLOAT retinaScaleX, FX_FLOAT retinaScaleY) argument
27 keygen.Generate(4, FXSYS_round(pMatrix->a * 10000), FXSYS_round(pMatrix->b * 10000),
28 FXSYS_round(pMatrix->c * 10000), FXSYS_round(pMatrix->d * 10000));
39 pGlyphBitmap = RenderGlyph(pSizeCache, charcode, pMatrix, retinaScaleX, retinaScaleY);
125 CFX_GlyphBitmap* CPDF_Type3Cache::RenderGlyph(CPDF_Type3Glyphs* pSize, FX_DWORD charcode, const CFX_AffineMatrix* pMatrix, FX_FLOAT retinaScaleX, FX_FLOAT retinaScaleY) argument
134 text_matrix.Set(pMatrix->a, pMatrix->b, pMatrix
617 DrawTextString(CFX_RenderDevice* pDevice, FX_FLOAT origin_x, FX_FLOAT origin_y, CPDF_Font* pFont, FX_FLOAT font_size, const CFX_AffineMatrix* pMatrix, const CFX_ByteString& str, FX_ARGB fill_argb, FX_ARGB stroke_argb, const CFX_GraphStateData* pGraphState, const CPDF_RenderOptions* pOptions) argument
[all...]
H A Drender_int.h36 CFX_GlyphBitmap* LoadGlyph(FX_DWORD charcode, const CFX_AffineMatrix* pMatrix, FX_FLOAT retinaScaleX = 1.0f, FX_FLOAT retinaScaleY = 1.0f);
38 CFX_GlyphBitmap* RenderGlyph(CPDF_Type3Glyphs* pSize, FX_DWORD charcode, const CFX_AffineMatrix* pMatrix, FX_FLOAT retinaScaleX = 1.0f, FX_FLOAT retinaScaleY = 1.0f);
136 void DrawShading(CPDF_ShadingPattern* pPattern, CFX_AffineMatrix* pMatrix, FX_RECT& clip_rect,
146 CFX_DIBitmap* LoadSMask(CPDF_Dictionary* pSMaskDict, FX_RECT* pClipRect, const CFX_AffineMatrix* pMatrix);
/external/pdfium/core/src/fpdfdoc/
H A Ddoc_annot.cpp63 CPDF_RenderContext* pContext, FX_BOOL bPrinting, CFX_AffineMatrix* pMatrix,
93 matrix = *pMatrix;
62 DisplayPass(const CPDF_Page* pPage, CFX_RenderDevice* pDevice, CPDF_RenderContext* pContext, FX_BOOL bPrinting, CFX_AffineMatrix* pMatrix, FX_BOOL bWidgetPass, CPDF_RenderOptions* pOptions, FX_RECT* clip_rect) argument
H A Ddoc_formcontrol.cpp150 void CPDF_FormControl::DrawControl(CFX_RenderDevice* pDevice, CFX_AffineMatrix* pMatrix, CPDF_Page* pPage, argument
166 matrix.Concat(*pMatrix);
/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
H A Dinvert.c45 OPJ_FLOAT32* pMatrix,
208 OPJ_FLOAT32 * pMatrix,
222 OPJ_FLOAT32 * lLineMatrix = pMatrix;
246 lLineMatrix = pMatrix + nb_compo*nb_compo - 1;
207 opj_lupSolve(OPJ_FLOAT32 * pResult, OPJ_FLOAT32 * pMatrix, OPJ_FLOAT32 * pVector, OPJ_UINT32* pPermutations, OPJ_UINT32 nb_compo,OPJ_FLOAT32 * p_intermediate_data) argument
H A Dmct.c324 OPJ_FLOAT32 * pMatrix)
329 OPJ_FLOAT32 * lMatrix = (OPJ_FLOAT32 *) pMatrix;
322 opj_calculate_norms( OPJ_FLOAT64 * pNorms, OPJ_UINT32 pNbComps, OPJ_FLOAT32 * pMatrix) argument
H A Dmct.h136 @param pMatrix components
141 OPJ_FLOAT32 * pMatrix);
/external/pdfium/core/src/fxcrt/
H A Dfx_basic_coords.cpp110 void CFX_FloatRect::Transform(const CFX_Matrix* pMatrix)
112 pMatrix->TransformRect(left, right, top, bottom);
/external/pdfium/core/src/fxge/agg/agg23/
H A Dagg_rasterizer_scanline_aa.h383 void add_path_transformed(VertexSource& vs, const CFX_AffineMatrix* pMatrix, unsigned path_id = 0) argument
390 if (pMatrix) {
391 pMatrix->Transform(x, y);
H A Dfx_agg_driver.cpp1564 const CFX_AffineMatrix* pMatrix, FX_DWORD render_flags, FX_LPVOID& handle,
1574 pRenderer->Start(m_pBitmap, m_pClipRgn, pSource, bitmap_alpha, argb, pMatrix, render_flags, m_bRgbByteOrder, alpha_flag, pIccTransform);
/external/pdfium/core/src/fxge/agg/include/
H A Dfx_agg_driver.h87 const CFX_AffineMatrix* pMatrix, FX_DWORD flags, FX_LPVOID& handle,
/external/pdfium/core/src/fxge/apple/
H A Dapple_int.h143 const CFX_AffineMatrix* pMatrix, FX_DWORD flags, FX_LPVOID& handle,
142 StartDIBits(const CFX_DIBSource* pBitmap, int bitmap_alpha, FX_DWORD color, const CFX_AffineMatrix* pMatrix, FX_DWORD flags, FX_LPVOID& handle, int alpha_flag = 0, void* pIccTransform = NULL, int blend_type = FXDIB_BLEND_NORMAL) argument

Completed in 1386 milliseconds

12