/external/pdfium/xfa/src/fgas/src/font/ |
D | fx_gdifont.cpp | 299 int32_t& iWidth, in GetCharWidth() argument 302 iWidth = (int32_t)(int16_t)m_WidthCache.GetAt(wUnicode, 0); in GetCharWidth() 303 if (iWidth == 0 || iWidth == -1) { in GetCharWidth() 308 if (!::GetCharWidthI(m_hDC, iGlyph, 1, NULL, &iWidth)) { in GetCharWidth() 309 iWidth = -1; in GetCharWidth() 312 ->GetCharWidth(wUnicode, iWidth, FALSE, bCharCode)) { in GetCharWidth() 316 iWidth = -1; in GetCharWidth() 319 m_WidthCache.SetAtGrow(wUnicode, (int16_t)iWidth); in GetCharWidth() 322 return iWidth > 0; in GetCharWidth() 325 int32_t& iWidth, in GetCharWidth() argument [all …]
|
D | fx_gefont.cpp | 393 int32_t& iWidth, in GetCharWidth() argument 395 return GetCharWidth(wUnicode, iWidth, TRUE, bCharCode); in GetCharWidth() 398 int32_t& iWidth, in GetCharWidth() argument 402 iWidth = m_pCharWidthMap->GetAt(wUnicode, 0); in GetCharWidth() 403 if (iWidth < 1) { in GetCharWidth() 405 !m_pProvider->GetCharWidth(this, wUnicode, iWidth, bCharCode)) { in GetCharWidth() 410 iWidth = m_pFont->GetGlyphWidth(iGlyph); in GetCharWidth() 411 if (iWidth < 0) { in GetCharWidth() 412 iWidth = -1; in GetCharWidth() 415 ->GetCharWidth(wUnicode, iWidth, FALSE, bCharCode)) { in GetCharWidth() [all …]
|
D | fx_gdifont.h | 49 int32_t& iWidth, 89 int32_t& iWidth, 97 void CreateGlyphBitmap(int32_t iWidth,
|
D | fx_gefont.h | 34 int32_t& iWidth, 81 int32_t& iWidth,
|
/external/mesa3d/src/gallium/state_trackers/wgl/ |
D | stw_ext_pbuffer.c | 70 int iWidth, in wglCreatePbufferARB() argument 94 if (iWidth <= 0 || iHeight <= 0) { in wglCreatePbufferARB() 111 if (iWidth > stw_dev->max_2d_length) { in wglCreatePbufferARB() 113 iWidth = stw_dev->max_2d_length; in wglCreatePbufferARB() 162 rect.right = rect.left + iWidth; in wglCreatePbufferARB() 201 assert(rect.right - rect.left == iWidth); in wglCreatePbufferARB()
|
/external/lzma/CPP/Windows/Control/ |
D | CommandBar.h | 34 …INSTANCE hInst, int iWidth, UINT dwStyle, WORD idComboBox, WORD iButton) { return ::CommandBar_Ins… in InsertComboBox() argument
|
/external/sonivox/jet_tools/JetCreator/ |
D | JetCtrls.py | 105 self.iWidth = 0 116 self.iWidth = self.iWidth + width 117 self.SetSize((self.iWidth + 10, -1)) 156 self.iWidth = 0 167 self.iWidth = self.iWidth + width 168 self.SetSize((self.iWidth + 10, -1)) 214 self.iWidth = 0
|
D | JetSegGraph.py | 59 self.iWidth = 0 83 self.iWidth = self.iEnd - self.iStart 267 … dc.DrawRectangle(Marker.iStart + self.iEdges, Marker.iTop, Marker.iWidth, Marker.iHeight)
|
/external/pdfium/xfa/src/fgas/src/layout/ |
D | fx_textbreak.cpp | 1109 int32_t iCharWidth, iWidth = 0; in SplitTextLine() local 1118 iWidth += iCharWidth; in SplitTextLine() 1125 pNextLine->m_iWidth = iWidth; in SplitTextLine() 1165 int32_t iWidth; member 1203 int32_t iWidth, iCharWidth, iCharHeight; in GetDisplayPos() local 1228 iWidth = pAccess->GetWidth(pIdentity, i); in GetDisplayPos() 1231 iWidth = *pWidths++; in GetDisplayPos() 1235 if (dwCharType == FX_CHARTYPE_ArabicAlef && iWidth == 0) { in GetDisplayPos() 1360 if (iWidth > 0) { in GetDisplayPos() 1366 iCharWidth = iWidth; in GetDisplayPos() [all …]
|
D | fx_rtfbreak.cpp | 1209 int32_t iWidth, iCharWidth, iCharHeight; in GetDisplayPos() local 1231 iWidth = *pWidths++; in GetDisplayPos() 1235 if (dwCharType == FX_CHARTYPE_ArabicAlef && iWidth == 0) { in GetDisplayPos() 1243 if (iWidth != 0) { in GetDisplayPos() 1244 iCharWidth = iWidth; in GetDisplayPos() 1415 if (iWidth > 0) { in GetDisplayPos()
|
/external/pdfium/xfa/src/fdp/src/fde/ |
D | fde_devbasic.h | 10 int32_t iWidth; member
|
/external/libpng/contrib/visupng/ |
D | PngFile.c | 296 int iWidth, int iHeight, png_color bkgColor) in PngSaveImage() argument 343 png_set_IHDR(png_ptr, info_ptr, iWidth, iHeight, ciBitDepth, in PngSaveImage() 357 ulRowBytes = iWidth * ciChannels; in PngSaveImage()
|
D | PngFile.h | 23 int iWidth, int iHeight, png_color BkgColor);
|
/external/pdfium/core/src/fpdftext/ |
D | txtproc.h | 46 int iWidth);
|
/external/pdfium/xfa/src/fxfa/src/app/ |
D | xfa_fontmgr.h | 44 int32_t& iWidth,
|
D | xfa_fontmgr.cpp | 2040 int32_t& iWidth, in GetCharWidth() argument 2050 iWidth = pPDFFont->GetCharWidthF(wUnicode); in GetCharWidth()
|
/external/pdfium/xfa/src/fdp/src/tto/ |
D | fde_textout.cpp | 577 int32_t iWidth = 0; in RetriecePieces() local 583 if (iLineWidth - iPieceWidths - iWidth < iCurCharWidth) { in RetriecePieces() 588 iWidth += iCurCharWidth; in RetriecePieces() 600 rtPiece.height = iWidth / 20000.0f; in RetriecePieces() 604 rtPiece.width = iWidth / 20000.0f; in RetriecePieces() 618 iPieceWidths += iWidth; in RetriecePieces()
|
/external/pdfium/xfa/src/fgas/include/ |
D | fx_fnt.h | 46 int32_t& iWidth, 75 int32_t& iWidth,
|
/external/skia/src/utils/win/ |
D | SkWGL_win.cpp | 87 int iWidth, in createPbuffer() argument 90 return fCreatePbuffer(hDC, iPixelFormat, iWidth, iHeight, piAttribList); in createPbuffer()
|
/external/mesa3d/include/GL/ |
D | wglext.h | 501 extern HPBUFFERARB WINAPI wglCreatePbufferARB (HDC hDC, int iPixelFormat, int iWidth, int iHeight, … 507 typedef HPBUFFERARB (WINAPI * PFNWGLCREATEPBUFFERARBPROC) (HDC hDC, int iPixelFormat, int iWidth, i… 585 extern HPBUFFEREXT WINAPI wglCreatePbufferEXT (HDC hDC, int iPixelFormat, int iWidth, int iHeight, … 591 typedef HPBUFFEREXT (WINAPI * PFNWGLCREATEPBUFFEREXTPROC) (HDC hDC, int iPixelFormat, int iWidth, i…
|
/external/pdfium/core/src/fpdfapi/fpdf_render/ |
D | fpdf_render.cpp | 1365 int32_t iWidth, iHeight, iPitch; in Initialize() local 1370 iWidth = bitmap_rect.Width(); in Initialize() 1372 iPitch = (iWidth * bpp + 31) / 32 * 4; in Initialize() 1373 if (iWidth * iHeight < 1) { in Initialize() 1377 m_pBitmapDevice->Create(iWidth, iHeight, dibFormat)) { in Initialize()
|
/external/mesa3d/include/EGL/ |
D | eglext.h | 249 EGLint iWidth; member
|
/external/pdfium/xfa/src/fwl/src/basewidget/ |
D | fwl_listboximp.cpp | 795 FX_FLOAT iWidth = m_rtClient.width - rtUIMargin.left - rtUIMargin.width; in CalcSize() local 808 bShowHorzScr = (fs.x > iWidth); in CalcSize()
|
/external/pdfium/xfa/src/fxfa/src/fm2js/ |
D | xfa_fm2jscontext.cpp | 4852 int32_t iWidth = 10; in Str() local 4864 iWidth = (int32_t)HValueToFloat(hThis, widthValue); in Str() 4892 if (u > iWidth || (iPrecision + u) >= iWidth) { in Str() 4894 while (i < iWidth) { in Str() 4901 if (iLength > iWidth) { in Str() 4903 while (i < iWidth) { in Str() 4909 int32_t iSpace = iWidth - iLength; in Str() 4919 iLeavingSpace = iWidth - (u + iPrecision); in Str() 4921 iLeavingSpace = iWidth - (u + iPrecision + 1); in Str()
|
/external/pdfium/fpdfsdk/src/javascript/ |
D | Field.cpp | 1664 int iWidth; in lineWidth() local 1665 vp >> iWidth; in lineWidth() 1668 AddDelay_Int(FP_LINEWIDTH, iWidth); in lineWidth() 1671 iWidth); in lineWidth()
|