/external/swiftshader/third_party/PowerVR_SDK/Tools/ |
D | PVRTTrans.cpp | 223 const PVRTMATRIX * const pMatrix, in PVRTBoundingBoxIsVisible() argument 240 fX = pMatrix->f[ 0]*pBoundingBox->Point[i].x + in PVRTBoundingBoxIsVisible() 241 pMatrix->f[ 4]*pBoundingBox->Point[i].y + in PVRTBoundingBoxIsVisible() 242 pMatrix->f[ 8]*pBoundingBox->Point[i].z + in PVRTBoundingBoxIsVisible() 243 pMatrix->f[12]; in PVRTBoundingBoxIsVisible() 244 fY = pMatrix->f[ 1]*pBoundingBox->Point[i].x + in PVRTBoundingBoxIsVisible() 245 pMatrix->f[ 5]*pBoundingBox->Point[i].y + in PVRTBoundingBoxIsVisible() 246 pMatrix->f[ 9]*pBoundingBox->Point[i].z + in PVRTBoundingBoxIsVisible() 247 pMatrix->f[13]; in PVRTBoundingBoxIsVisible() 248 fZ = pMatrix->f[ 2]*pBoundingBox->Point[i].x + in PVRTBoundingBoxIsVisible() [all …]
|
D | PVRTTrans.h | 86 const PVRTMATRIX * const pMatrix, 105 const PVRTMATRIX * const pMatrix, 126 const PVRTMATRIX * const pMatrix, 146 const PVRTMATRIX * const pMatrix);
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/common/ |
D | simdlib.hpp | 351 const float *pMatrix, in mat4x4_vec4_multiply() 358 m = SIMD::load1_ps(pMatrix + 0*4 + 0); // m[row][0] in mat4x4_vec4_multiply() 360 m = SIMD::load1_ps(pMatrix + 0*4 + 1); // m[row][1] in mat4x4_vec4_multiply() 363 m = SIMD::load1_ps(pMatrix + 0*4 + 2); // m[row][2] in mat4x4_vec4_multiply() 366 m = SIMD::load1_ps(pMatrix + 0*4 + 3); // m[row][3] in mat4x4_vec4_multiply() 371 m = SIMD::load1_ps(pMatrix + 1*4 + 0); // m[row][0] in mat4x4_vec4_multiply() 373 m = SIMD::load1_ps(pMatrix + 1*4 + 1); // m[row][1] in mat4x4_vec4_multiply() 376 m = SIMD::load1_ps(pMatrix + 1*4 + 2); // m[row][2] in mat4x4_vec4_multiply() 379 m = SIMD::load1_ps(pMatrix + 1*4 + 3); // m[row][3] in mat4x4_vec4_multiply() 384 m = SIMD::load1_ps(pMatrix + 2*4 + 0); // m[row][0] in mat4x4_vec4_multiply() [all …]
|
/external/pdfium/xfa/fwl/theme/ |
D | cfwl_monthcalendartp.cpp | 106 CFX_Matrix* pMatrix) { in DrawTotalBK() argument 112 pParams->m_pGraphics->FillPath(&path, FXFILL_WINDING, pMatrix); in DrawTotalBK() 117 CFX_Matrix* pMatrix) { in DrawHeadBk() argument 123 pParams->m_pGraphics->FillPath(&path, FXFILL_WINDING, pMatrix); in DrawHeadBk() 128 CFX_Matrix* pMatrix) { in DrawLButton() argument 135 pParams->m_pGraphics->StrokePath(&path, pMatrix); in DrawLButton() 139 pParams->m_pGraphics->FillPath(&path, FXFILL_WINDING, pMatrix); in DrawLButton() 143 pParams->m_pGraphics->FillPath(&path, FXFILL_WINDING, pMatrix); in DrawLButton() 156 pParams->m_pGraphics->StrokePath(&path, pMatrix); in DrawLButton() 161 CFX_Matrix* pMatrix) { in DrawRButton() argument [all …]
|
D | cfwl_monthcalendartp.h | 36 void DrawTotalBK(CFWL_ThemeBackground* pParams, CFX_Matrix* pMatrix); 37 void DrawHeadBk(CFWL_ThemeBackground* pParams, CFX_Matrix* pMatrix); 38 void DrawLButton(CFWL_ThemeBackground* pParams, CFX_Matrix* pMatrix); 39 void DrawRButton(CFWL_ThemeBackground* pParams, CFX_Matrix* pMatrix); 40 void DrawDatesInBK(CFWL_ThemeBackground* pParams, CFX_Matrix* pMatrix); 41 void DrawDatesInCircle(CFWL_ThemeBackground* pParams, CFX_Matrix* pMatrix); 42 void DrawTodayCircle(CFWL_ThemeBackground* pParams, CFX_Matrix* pMatrix); 43 void DrawHSeperator(CFWL_ThemeBackground* pParams, CFX_Matrix* pMatrix); 44 void DrawWeekNumSep(CFWL_ThemeBackground* pParams, CFX_Matrix* pMatrix);
|
D | cfwl_widgettp.cpp | 52 CFX_Matrix* pMatrix = &pParams->m_matrix; in DrawText() local 53 pMatrix->Concat(*pGraphics->GetMatrix()); in DrawText() 54 m_pTextOut->SetMatrix(*pMatrix); in DrawText() 105 CFX_Matrix* pMatrix) { in DrawBorder() argument 115 pGraphics->FillPath(&path, FXFILL_ALTERNATE, pMatrix); in DrawBorder() 121 CFX_Matrix* pMatrix) { in FillBackground() argument 122 FillSoildRect(pGraphics, FWLTHEME_COLOR_Background, pRect, pMatrix); in FillBackground() 128 CFX_Matrix* pMatrix) { in FillSoildRect() argument 136 pGraphics->FillPath(&path, FXFILL_WINDING, pMatrix); in FillSoildRect() 149 CFX_Matrix* pMatrix) { in DrawAxialShading() argument [all …]
|
D | cfwl_checkboxtp.cpp | 69 CFX_Matrix* pMatrix) { in DrawSignCheck() argument 75 mt.Concat(*pMatrix); in DrawSignCheck() 85 CFX_Matrix* pMatrix) { in DrawSignCircle() argument 90 pGraphics->FillPath(&path, FXFILL_WINDING, pMatrix); in DrawSignCircle() 97 CFX_Matrix* pMatrix) { in DrawSignCross() argument 108 pGraphics->StrokePath(&path, pMatrix); in DrawSignCross() 115 CFX_Matrix* pMatrix) { in DrawSignDiamond() argument 128 pGraphics->FillPath(&path, FXFILL_WINDING, pMatrix); in DrawSignDiamond() 135 CFX_Matrix* pMatrix) { in DrawSignSquare() argument 141 pGraphics->FillPath(&path, FXFILL_WINDING, pMatrix); in DrawSignSquare() [all …]
|
D | cfwl_checkboxtp.h | 42 CFX_Matrix* pMatrix); 46 CFX_Matrix* pMatrix); 50 CFX_Matrix* pMatrix); 54 CFX_Matrix* pMatrix); 58 CFX_Matrix* pMatrix); 62 CFX_Matrix* pMatrix); 66 CFX_Matrix* pMatrix);
|
D | cfwl_widgettp.h | 59 CFX_Matrix* pMatrix = nullptr); 62 CFX_Matrix* pMatrix = nullptr); 66 CFX_Matrix* pMatrix = nullptr); 76 CFX_Matrix* pMatrix = nullptr); 79 CFX_Matrix* pMatrix = nullptr); 84 CFX_Matrix* pMatrix = nullptr); 88 CFX_Matrix* pMatrix = nullptr); 93 CFX_Matrix* pMatrix = nullptr);
|
D | cfwl_scrollbartp.cpp | 79 CFX_Matrix* pMatrix) { in DrawThumbBtn() argument 94 FXFILL_WINDING, pMatrix); in DrawThumbBtn() 98 pGraphics->StrokePath(&path, pMatrix); in DrawThumbBtn() 109 FXFILL_WINDING, pMatrix); in DrawThumbBtn() 113 pGraphics->StrokePath(&path, pMatrix); in DrawThumbBtn() 122 CFX_Matrix* pMatrix) { in DrawPaw() argument 160 pGraphics->StrokePath(&path, pMatrix); in DrawPaw() 181 pGraphics->StrokePath(&path, pMatrix); in DrawPaw() 197 pGraphics->StrokePath(&path, pMatrix); in DrawPaw() 206 CFX_Matrix* pMatrix) { in DrawTrack() argument [all …]
|
D | cfwl_scrollbartp.h | 37 CFX_Matrix* pMatrix = nullptr); 43 CFX_Matrix* pMatrix = nullptr); 48 CFX_Matrix* pMatrix = nullptr); 53 CFX_Matrix* pMatrix = nullptr);
|
/external/pdfium/xfa/fwl/ |
D | cfwl_monthcalendar.h | 94 const CFX_Matrix* pMatrix); 97 const CFX_Matrix* pMatrix); 100 const CFX_Matrix* pMatrix); 103 const CFX_Matrix* pMatrix); 106 const CFX_Matrix* pMatrix); 109 const CFX_Matrix* pMatrix); 112 const CFX_Matrix* pMatrix); 115 const CFX_Matrix* pMatrix); 118 const CFX_Matrix* pMatrix); 121 const CFX_Matrix* pMatrix); [all …]
|
D | cfwl_monthcalendar.cpp | 183 const CFX_Matrix* pMatrix) { in DrawBackground() argument 190 if (pMatrix) in DrawBackground() 191 params.m_matrix.Concat(*pMatrix); in DrawBackground() 197 const CFX_Matrix* pMatrix) { in DrawHeadBK() argument 204 if (pMatrix) in DrawHeadBK() 205 params.m_matrix.Concat(*pMatrix); in DrawHeadBK() 211 const CFX_Matrix* pMatrix) { in DrawLButton() argument 218 if (pMatrix) in DrawLButton() 219 params.m_matrix.Concat(*pMatrix); in DrawLButton() 225 const CFX_Matrix* pMatrix) { in DrawRButton() argument [all …]
|
/external/pdfium/core/fpdfapi/render/ |
D | cpdf_type3cache.cpp | 87 const CFX_Matrix* pMatrix, in LoadGlyph() argument 92 4, FXSYS_round(pMatrix->a * 10000), FXSYS_round(pMatrix->b * 10000), in LoadGlyph() 93 FXSYS_round(pMatrix->c * 10000), FXSYS_round(pMatrix->d * 10000)); in LoadGlyph() 109 RenderGlyph(pSizeCache, charcode, pMatrix, retinaScaleX, retinaScaleY); in LoadGlyph() 118 const CFX_Matrix* pMatrix, in RenderGlyph() argument 125 CFX_Matrix text_matrix(pMatrix->a, pMatrix->b, pMatrix->c, pMatrix->d, 0, 0); in RenderGlyph()
|
/external/pdfium/core/fxge/ |
D | cfx_facecache.cpp | 75 const CFX_Matrix* pMatrix, in RenderGlyph() argument 82 ft_matrix.xx = (signed long)(pMatrix->a / 64 * 65536); in RenderGlyph() 83 ft_matrix.xy = (signed long)(pMatrix->c / 64 * 65536); in RenderGlyph() 84 ft_matrix.yx = (signed long)(pMatrix->b / 64 * 65536); in RenderGlyph() 85 ft_matrix.yy = (signed long)(pMatrix->d / 64 * 65536); in RenderGlyph() 218 const CFX_Matrix* pMatrix, in LoadGlyphBitmap() argument 226 int nMatrixA = static_cast<int>(pMatrix->a * 10000); in LoadGlyphBitmap() 227 int nMatrixB = static_cast<int>(pMatrix->b * 10000); in LoadGlyphBitmap() 228 int nMatrixC = static_cast<int>(pMatrix->c * 10000); in LoadGlyphBitmap() 229 int nMatrixD = static_cast<int>(pMatrix->d * 10000); in LoadGlyphBitmap() [all …]
|
D | cfx_pathdata.h | 52 void Transform(const CFX_Matrix* pMatrix); 54 bool GetZeroAreaPath(const CFX_Matrix* pMatrix, 59 bool IsRect(const CFX_Matrix* pMatrix, CFX_FloatRect* rect) const; 61 void Append(const CFX_PathData* pSrc, const CFX_Matrix* pMatrix);
|
D | cfx_facecache.h | 32 const CFX_Matrix* pMatrix, 52 const CFX_Matrix* pMatrix, 58 const CFX_Matrix* pMatrix, 62 const CFX_Matrix* pMatrix,
|
D | cfx_pathdata.cpp | 185 void CFX_PathData::Append(const CFX_PathData* pSrc, const CFX_Matrix* pMatrix) { in Append() argument 192 if (!pMatrix) in Append() 196 m_Points[i].m_Point = pMatrix->Transform(m_Points[i].m_Point); in Append() 290 void CFX_PathData::Transform(const CFX_Matrix* pMatrix) { in Transform() argument 291 if (!pMatrix) in Transform() 294 point.m_Point = pMatrix->Transform(point.m_Point); in Transform() 297 bool CFX_PathData::GetZeroAreaPath(const CFX_Matrix* pMatrix, in GetZeroAreaPath() argument 313 if (pMatrix) in GetZeroAreaPath() 314 point = pMatrix->Transform(point); in GetZeroAreaPath() 322 if (bAdjust && pMatrix) in GetZeroAreaPath() [all …]
|
/external/pdfium/core/fpdfapi/page/ |
D | cpdf_path.cpp | 40 void CPDF_Path::Transform(const CFX_Matrix* pMatrix) { in Transform() argument 41 m_Ref.GetPrivateCopy()->Transform(pMatrix); in Transform() 44 void CPDF_Path::Append(const CPDF_Path& other, const CFX_Matrix* pMatrix) { in Append() argument 45 m_Ref.GetPrivateCopy()->Append(other.GetObject(), pMatrix); in Append() 48 void CPDF_Path::Append(const CFX_PathData* pData, const CFX_Matrix* pMatrix) { in Append() argument 49 m_Ref.GetPrivateCopy()->Append(pData, pMatrix); in Append()
|
D | cpdf_path.h | 35 void Transform(const CFX_Matrix* pMatrix); 37 void Append(const CPDF_Path& other, const CFX_Matrix* pMatrix); 38 void Append(const CFX_PathData* pData, const CFX_Matrix* pMatrix);
|
D | cpdf_pageobject.cpp | 96 FX_RECT CPDF_PageObject::GetBBox(const CFX_Matrix* pMatrix) const { in GetBBox() 98 if (pMatrix) in GetBBox() 99 rect = pMatrix->TransformRect(rect); in GetBBox()
|
/external/pdfium/core/fxge/win32/ |
D | fx_win32_dwrite.cpp | 113 __in_opt DWRITE_MATRIX const* pMatrix, 228 CFX_Matrix* pMatrix, in DwRendingString() argument 245 if (pMatrix) { in DwRendingString() 246 transform.m11 = pMatrix->a; in DwRendingString() 247 transform.m12 = pMatrix->b; in DwRendingString() 248 transform.m21 = pMatrix->c; in DwRendingString() 249 transform.m22 = pMatrix->d; in DwRendingString() 250 transform.dx = pMatrix->e; in DwRendingString() 251 transform.dy = pMatrix->f; in DwRendingString() 262 stringRect, pClipRgn, pMatrix ? &transform : nullptr, baselineOriginX, in DwRendingString() [all …]
|
D | fx_win32_device.cpp | 95 const CFX_Matrix* pMatrix, in CreatePen() argument 99 if (pMatrix) in CreatePen() 100 scale = fabs(pMatrix->a) > fabs(pMatrix->b) ? fabs(pMatrix->a) in CreatePen() 101 : fabs(pMatrix->b); in CreatePen() 150 pMatrix ? pMatrix->TransformDistance(pGraphState->m_DashArray[i]) in CreatePen() 169 const CFX_Matrix* pMatrix) { in SetPathToDC() argument 175 if (pMatrix) in SetPathToDC() 176 pos = pMatrix->Transform(pos); in SetPathToDC() 193 if (pMatrix) in SetPathToDC() 194 pos = pMatrix->Transform(pos); in SetPathToDC() [all …]
|
D | fx_win32_print.cpp | 165 const CFX_Matrix* pMatrix, in StartDIBits() argument 173 CFX_FloatRect unit_rect = pMatrix->GetUnitRect(); in StartDIBits() 175 if (fabs(pMatrix->b) < 0.5f && pMatrix->a != 0 && fabs(pMatrix->c) < 0.5f && in StartDIBits() 176 pMatrix->d != 0) { in StartDIBits() 177 bool bFlipX = pMatrix->a < 0; in StartDIBits() 178 bool bFlipY = pMatrix->d > 0; in StartDIBits() 186 if (fabs(pMatrix->a) >= 0.5f || fabs(pMatrix->d) >= 0.5f) in StartDIBits() 190 pSource->SwapXY(pMatrix->c > 0, pMatrix->b < 0); in StartDIBits() 471 const CFX_Matrix* pMatrix, in StartDIBits() argument 482 return m_PSRenderer.DrawDIBits(pBitmap, color, pMatrix, render_flags); in StartDIBits() [all …]
|
/external/pdfium/core/fpdfdoc/ |
D | cpdf_annotlist.h | 31 const CFX_Matrix* pMatrix, 39 const CFX_Matrix* pMatrix, 55 const CFX_Matrix* pMatrix,
|