/external/pdfium/xfa/fgas/font/ |
D | cfgas_gefont.cpp | 158 bool CFGAS_GEFont::GetCharWidth(wchar_t wUnicode, int32_t& iWidth) { in GetCharWidth() argument 160 iWidth = it != m_CharWidthMap.end() ? it->second : 0; in GetCharWidth() 161 if (iWidth == 65535) in GetCharWidth() 164 if (iWidth > 0) in GetCharWidth() 168 wUnicode, &iWidth)) { in GetCharWidth() 174 iWidth = m_pFont->GetGlyphWidth(iGlyph); in GetCharWidth() 175 if (iWidth < 0) in GetCharWidth() 176 iWidth = -1; in GetCharWidth() 177 } else if (pFont->GetCharWidth(wUnicode, iWidth)) { in GetCharWidth() 181 iWidth = -1; in GetCharWidth() [all …]
|
D | cfgas_gefont.h | 41 bool GetCharWidth(wchar_t wUnicode, int32_t& iWidth);
|
/external/pdfium/core/fpdfapi/render/ |
D | cpdf_scaledrenderbuffer.cpp | 57 int32_t iWidth = bitmap_rect.Width(); in Initialize() local 59 int32_t iPitch = (iWidth * bpp + 31) / 32 * 4; in Initialize() 60 if (iWidth * iHeight < 1) in Initialize() 64 m_pBitmapDevice->Create(iWidth, iHeight, dibFormat, nullptr)) { in Initialize()
|
/external/mesa3d/src/gallium/state_trackers/wgl/ |
D | stw_ext_pbuffer.c | 72 int iWidth, in wglCreatePbufferARB() argument 99 if (iWidth <= 0 || iHeight <= 0) { in wglCreatePbufferARB() 146 if (iWidth > stw_dev->max_2d_length) { in wglCreatePbufferARB() 148 iWidth = stw_dev->max_2d_length; in wglCreatePbufferARB() 197 rect.right = rect.left + iWidth; in wglCreatePbufferARB() 236 assert(rect.right - rect.left == iWidth); in wglCreatePbufferARB()
|
/external/pdfium/xfa/fgas/layout/ |
D | cfx_txtbreak.cpp | 627 int32_t iWidth = 0; in SplitTextLine() local 633 iWidth += std::max(0, pNextLine->m_LineChars[i].m_iCharWidth); in SplitTextLine() 636 pNextLine->m_iWidth = iWidth; in SplitTextLine() 642 int32_t iWidth; member 689 int32_t iWidth; in GetDisplayPos() local 693 iWidth = pEngine->GetWidthOfChar(i); in GetDisplayPos() 696 iWidth = *pWidths++; in GetDisplayPos() 701 if (chartype == FX_CHARTYPE_ArabicAlef && iWidth == 0) { in GetDisplayPos() 796 if (iWidth > 0) in GetDisplayPos() 802 int32_t iCharWidth = iWidth; in GetDisplayPos() [all …]
|
D | cfx_rtfbreak.cpp | 696 int32_t iWidth = pText->pWidths[i]; in GetDisplayPos() local 699 if (iWidth == 0) { in GetDisplayPos() 705 int32_t iCharWidth = abs(iWidth); in GetDisplayPos() 773 if (iWidth > 0) in GetDisplayPos()
|
/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/lzma/CPP/Windows/Control/ |
D | CommandBar.h | 38 …INSTANCE hInst, int iWidth, UINT dwStyle, WORD idComboBox, WORD iButton) { return ::CommandBar_Ins… in InsertComboBox() argument
|
/external/pdfium/xfa/fde/ |
D | cfde_textout.cpp | 383 int32_t iWidth = 0; in RetrievePieces() local 389 if (iLineWidth - iPieceWidths - iWidth < iCurCharWidth) { in RetrievePieces() 394 iWidth += iCurCharWidth; in RetrievePieces() 407 m_fLinePos, iWidth / 20000.0f, fLineStep); in RetrievePieces() 415 iPieceWidths += iWidth; in RetrievePieces()
|
/external/libpng/contrib/visupng/ |
D | PngFile.c | 300 int iWidth, int iHeight, png_color bkgColor) 347 png_set_IHDR(png_ptr, info_ptr, iWidth, iHeight, ciBitDepth, 361 ulRowBytes = iWidth * ciChannels;
|
D | PngFile.h | 23 int iWidth, int iHeight, png_color BkgColor);
|
/external/skqp/src/utils/win/ |
D | SkWGL_win.cpp | 87 int iWidth, in createPbuffer() argument 90 return fCreatePbuffer(hDC, iPixelFormat, iWidth, iHeight, piAttribList); in createPbuffer()
|
/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 | 156 typedef HPBUFFERARB (WINAPI * PFNWGLCREATEPBUFFERARBPROC) (HDC hDC, int iPixelFormat, int iWidth, i… 162 HPBUFFERARB WINAPI wglCreatePbufferARB (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const i… 425 typedef HPBUFFEREXT (WINAPI * PFNWGLCREATEPBUFFEREXTPROC) (HDC hDC, int iPixelFormat, int iWidth, i… 431 HPBUFFEREXT WINAPI wglCreatePbufferEXT (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const i…
|
/external/swiftshader/include/GL/ |
D | wglext.h | 156 typedef HPBUFFERARB (WINAPI * PFNWGLCREATEPBUFFERARBPROC) (HDC hDC, int iPixelFormat, int iWidth, i… 162 HPBUFFERARB WINAPI wglCreatePbufferARB (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const i… 425 typedef HPBUFFEREXT (WINAPI * PFNWGLCREATEPBUFFEREXTPROC) (HDC hDC, int iPixelFormat, int iWidth, i… 431 HPBUFFEREXT WINAPI wglCreatePbufferEXT (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const i…
|
/external/python/cpython2/Mac/Modules/mlte/ |
D | _Mltemodule.c | 123 UInt32 iWidth; in TXNObj_TXNResizeFrame() local 130 &iWidth, in TXNObj_TXNResizeFrame() 135 iWidth, in TXNObj_TXNResizeFrame()
|
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/EGL/ |
D | eglext.h | 249 EGLint iWidth; member
|
/external/pdfium/fxjs/ |
D | cfxjse_formcalc_context.cpp | 4207 int32_t iWidth = 10; in Str() local 4210 iWidth = static_cast<int32_t>(ValueToFloat(pThis, widthValue.get())); in Str() 4240 if (u > iWidth || (iPrecision + u) >= iWidth) { in Str() 4242 while (i < iWidth) { in Str() 4252 if (iLength > iWidth) { in Str() 4254 while (i < iWidth) { in Str() 4260 while (i < iWidth - iLength) { in Str() 4270 int32_t iLeavingSpace = iWidth - u - iPrecision; in Str()
|
/external/mesa3d/include/EGL/ |
D | eglext.h | 894 EGLint iWidth; member
|
/external/swiftshader/include/EGL/ |
D | eglext.h | 957 EGLint iWidth; member
|