Searched defs:pMatrix (Results 1 - 25 of 27) sorted by relevance

12

/external/pdfium/core/src/fxge/apple/
H A Dfx_apple_platform.cpp35 const CFX_AffineMatrix * pMatrix,
33 RenderGlyph_Nativetext(CFX_Font * pFont, FX_DWORD glyph_index, const CFX_AffineMatrix * pMatrix, int dest_width, int anti_alias) argument
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
/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page_pattern.cpp236 CFX_FloatRect _GetShadingBBox(CPDF_Stream* pStream, int type, const CFX_AffineMatrix* pMatrix, argument
276 rect.Transform(pMatrix);
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]);
/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
/external/pdfium/core/src/fxge/ge/
H A Dfx_ge_linux.cpp27 CFX_GlyphBitmap* CFX_FaceCache::RenderGlyph_Nativetext(CFX_Font* pFont, FX_DWORD glyph_index, const CFX_AffineMatrix* pMatrix, argument
H A Dfx_ge_path.cpp183 FX_BOOL CFX_PathData::Append(const CFX_PathData* pSrc, const CFX_AffineMatrix* pMatrix) argument
190 if (pMatrix == NULL) {
194 pMatrix->Transform(m_pPoints[old_count + i].m_PointX, m_pPoints[old_count + i].m_PointY);
399 void CFX_PathData::Transform(const CFX_AffineMatrix* pMatrix)
401 if (pMatrix == NULL) {
405 pMatrix->Transform(m_pPoints[i].m_PointX, m_pPoints[i].m_PointY);
409 FX_BOOL CFX_PathData::GetZeroAreaPath(CFX_PathData& NewPath, CFX_AffineMatrix* pMatrix, FX_BOOL&bThin, FX_BOOL bAdjust) const
419 if (pMatrix) {
421 pMatrix->TransformPoint(x, y);
426 pMatrix
[all...]
H A Dfx_ge_device.cpp208 CFX_AffineMatrix* pMatrix = NULL; local
210 pMatrix = (CFX_AffineMatrix*)pObject2Device;
216 m_pDeviceDriver->DrawPath(&newPath, pMatrix, &graphState, 0, strokecolor, smooth_path, alpha_flag, pIccTransform, blend_type);
393 const CFX_AffineMatrix* pMatrix, FX_DWORD flags, FX_LPVOID& handle,
396 return m_pDeviceDriver->StartDIBits(pBitmap, bitmap_alpha, argb, pMatrix, flags, handle, alpha_flag, pIccTransform, blend_mode);
392 StartDIBits(const CFX_DIBSource* pBitmap, int bitmap_alpha, FX_DWORD argb, const CFX_AffineMatrix* pMatrix, FX_DWORD flags, FX_LPVOID& handle, int alpha_flag, void* pIccTransform, int blend_mode) argument
H A Dfx_ge_ps.cpp326 const CFX_AffineMatrix* pMatrix, FX_DWORD flags,
330 if ((pMatrix->a == 0 && pMatrix->b == 0) || (pMatrix->c == 0 && pMatrix->d == 0)) {
342 buf << FX_BSTRC("[") << pMatrix->a << FX_BSTRC(" ") << pMatrix->b << FX_BSTRC(" ") <<
343 pMatrix->c << FX_BSTRC(" ") << pMatrix->d << FX_BSTRC(" ") << pMatrix
325 DrawDIBits(const CFX_DIBSource* pSource, FX_DWORD color, const CFX_AffineMatrix* pMatrix, FX_DWORD flags, int alpha_flag, void* pIccTransform) argument
[all...]
H A Dfx_ge_text.cpp1100 CFX_GlyphBitmap* CFX_FaceCache::LookUpGlyphBitmap(CFX_Font* pFont, const CFX_AffineMatrix* pMatrix, argument
1116 pGlyphBitmap = RenderGlyph(pFont, glyph_index, bFontStyle, pMatrix, dest_width, anti_alias);
1123 const CFX_GlyphBitmap* CFX_FaceCache::LoadGlyphBitmap(CFX_Font* pFont, FX_DWORD glyph_index, FX_BOOL bFontStyle, const CFX_AffineMatrix* pMatrix, argument
1132 keygen.Generate(9, (int)(pMatrix->a * 10000), (int)(pMatrix->b * 10000),
1133 (int)(pMatrix->c * 10000), (int)(pMatrix->d * 10000), dest_width, anti_alias,
1136 keygen.Generate(6, (int)(pMatrix->a * 10000), (int)(pMatrix->b * 10000),
1137 (int)(pMatrix
1368 RenderGlyph(CFX_Font* pFont, FX_DWORD glyph_index, FX_BOOL bFontStyle, const CFX_AffineMatrix* pMatrix, int dest_width, int anti_alias) argument
1548 OutputGlyph(void* dib, int x, int y, CFX_Font* pFont, double font_size, CFX_AffineMatrix* pMatrix, unsigned long glyph_index, unsigned long argb) argument
[all...]
/external/pdfium/core/src/fxge/win32/
H A Dwin32_int.h36 void GdipSetWorldTransform(void* graphics, void* pMatrix);
141 const CFX_AffineMatrix* pMatrix, FX_DWORD render_flags, FX_LPVOID& handle,
162 const CFX_AffineMatrix* pMatrix, FX_DWORD render_flags, FX_LPVOID& handle,
222 const CFX_AffineMatrix* pMatrix, FX_DWORD render_flags, FX_LPVOID& handle,
140 StartDIBits(const CFX_DIBSource* pBitmap, int bitmap_alpha, FX_DWORD color, const CFX_AffineMatrix* pMatrix, FX_DWORD render_flags, FX_LPVOID& handle, int alpha_flag, void* pIccTransform, int blend_type) argument
H A Dfx_win32_dwrite.cpp98 __in_opt DWRITE_MATRIX const* pMatrix,
226 FX_BOOL CDWriteExt::DwRendingString(void* renderTarget, CFX_ClipRgn* pClipRgn, FX_RECT& stringRect, CFX_AffineMatrix* pMatrix, argument
240 if (pMatrix) {
241 transform.m11 = pMatrix->a;
242 transform.m12 = pMatrix->b;
243 transform.m21 = pMatrix->c;
244 transform.m22 = pMatrix->d;
245 transform.dx = pMatrix->e;
246 transform.dy = pMatrix->f;
259 pMatrix
416 DrawGlyphRun( const FX_RECT& text_bbox, __in_opt CFX_ClipRgn* pClipRgn, __in_opt DWRITE_MATRIX const* pMatrix, FLOAT baselineOriginX, FLOAT baselineOriginY, DWRITE_MEASURING_MODE measuringMode, __in DWRITE_GLYPH_RUN const* glyphRun, const COLORREF& textColor ) argument
[all...]
H A Dfx_win32_print.cpp201 const CFX_AffineMatrix* pMatrix, FX_DWORD render_flags, FX_LPVOID& handle,
207 CFX_FloatRect unit_rect = pMatrix->GetUnitRect();
209 if (FXSYS_fabs(pMatrix->b) < 0.5f && pMatrix->a != 0 && FXSYS_fabs(pMatrix->c) < 0.5f && pMatrix->d != 0) {
210 FX_BOOL bFlipX = pMatrix->a < 0;
211 FX_BOOL bFlipY = pMatrix->d > 0;
216 if (FXSYS_fabs(pMatrix->a) < 0.5f && FXSYS_fabs(pMatrix
200 StartDIBits(const CFX_DIBSource* pSource, int bitmap_alpha, FX_DWORD color, const CFX_AffineMatrix* pMatrix, FX_DWORD render_flags, FX_LPVOID& handle, int alpha_flag, void* pIccTransform, int blend_type) argument
407 StartDIBits(const CFX_DIBSource* pBitmap, int bitmap_alpha, FX_DWORD color, const CFX_AffineMatrix* pMatrix, FX_DWORD render_flags, FX_LPVOID& handle, int alpha_flag, void* pIccTransform, int blend_type) argument
[all...]
H A Dfx_win32_device.cpp591 static HPEN _CreatePen(const CFX_GraphStateData* pGraphState, const CFX_AffineMatrix* pMatrix, FX_DWORD argb) argument
595 if (pMatrix)
596 scale = FXSYS_fabs(pMatrix->a) > FXSYS_fabs(pMatrix->b) ?
597 FXSYS_fabs(pMatrix->a) : FXSYS_fabs(pMatrix->b);
648 pDash[i] = FXSYS_round(pMatrix ? pMatrix->TransformDistance(pGraphState->m_DashArray[i]) : pGraphState->m_DashArray[i]);
667 static void _SetPathToDC(HDC hDC, const CFX_PathData* pPathData, const CFX_AffineMatrix* pMatrix) argument
674 if (pMatrix) {
740 _MatrixNoScaled(const CFX_AffineMatrix* pMatrix) argument
744 DrawPath(const CFX_PathData* pPathData, const CFX_AffineMatrix* pMatrix, const CFX_GraphStateData* pGraphState, FX_DWORD fill_color, FX_DWORD stroke_color, int fill_mode, int alpha_flag, void* pIccTransform, int blend_type ) argument
865 SetClip_PathFill(const CFX_PathData* pPathData, const CFX_AffineMatrix* pMatrix, int fill_mode ) argument
883 SetClip_PathStroke(const CFX_PathData* pPathData, const CFX_AffineMatrix* pMatrix, const CFX_GraphStateData* pGraphState ) argument
[all...]
/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/fpdfapi/fpdf_render/
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 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
/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);
/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/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/fxge/dib/
H A Dfx_dib_main.cpp1578 FX_DWORD mask_color, const CFX_AffineMatrix* pMatrix,
1582 m_Matrix = *pMatrix;
1594 m_Matrix = *pMatrix;
1576 Start(CFX_DIBitmap* pDevice, const CFX_ClipRgn* pClipRgn, const CFX_DIBSource* pSource, int bitmap_alpha, FX_DWORD mask_color, const CFX_AffineMatrix* pMatrix, FX_DWORD dib_flags, FX_BOOL bRgbByteOrder, int alpha_flag, void* pIccTransform, int blend_type) argument
/external/pdfium/core/src/reflow/
H A Dlayoutprocessor_reflow.cpp834 void CPDF_LayoutProcessor_Reflow::Transform(const CFX_AffineMatrix* pMatrix, CRF_DataPtrArray* pDataArray, int beginPos, int count) argument
846 Transform(pMatrix, pData);
849 void CPDF_LayoutProcessor_Reflow::Transform(const CFX_AffineMatrix* pMatrix, CRF_Data* pData) argument
853 pPathData->m_pPath2Device.Concat(*pMatrix);
855 pMatrix->Transform(pData->m_PosX, pData->m_PosY, pData->m_PosX, pData->m_PosY);
/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

Completed in 1832 milliseconds

12