Home
last modified time | relevance | path

Searched refs:iWidth (Results 1 – 25 of 26) sorted by relevance

12

/external/pdfium/xfa/src/fgas/src/font/
Dfx_gdifont.cpp299 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 …]
Dfx_gefont.cpp393 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 …]
Dfx_gdifont.h49 int32_t& iWidth,
89 int32_t& iWidth,
97 void CreateGlyphBitmap(int32_t iWidth,
Dfx_gefont.h34 int32_t& iWidth,
81 int32_t& iWidth,
/external/mesa3d/src/gallium/state_trackers/wgl/
Dstw_ext_pbuffer.c70 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/
DCommandBar.h34 …INSTANCE hInst, int iWidth, UINT dwStyle, WORD idComboBox, WORD iButton) { return ::CommandBar_Ins… in InsertComboBox() argument
/external/sonivox/jet_tools/JetCreator/
DJetCtrls.py105 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
DJetSegGraph.py59 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/
Dfx_textbreak.cpp1109 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 …]
Dfx_rtfbreak.cpp1209 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/
Dfde_devbasic.h10 int32_t iWidth; member
/external/libpng/contrib/visupng/
DPngFile.c296 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()
DPngFile.h23 int iWidth, int iHeight, png_color BkgColor);
/external/pdfium/core/src/fpdftext/
Dtxtproc.h46 int iWidth);
/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_fontmgr.h44 int32_t& iWidth,
Dxfa_fontmgr.cpp2040 int32_t& iWidth, in GetCharWidth() argument
2050 iWidth = pPDFFont->GetCharWidthF(wUnicode); in GetCharWidth()
/external/pdfium/xfa/src/fdp/src/tto/
Dfde_textout.cpp577 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/
Dfx_fnt.h46 int32_t& iWidth,
75 int32_t& iWidth,
/external/skia/src/utils/win/
DSkWGL_win.cpp87 int iWidth, in createPbuffer() argument
90 return fCreatePbuffer(hDC, iPixelFormat, iWidth, iHeight, piAttribList); in createPbuffer()
/external/mesa3d/include/GL/
Dwglext.h501 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/
Dfpdf_render.cpp1365 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/
Deglext.h249 EGLint iWidth; member
/external/pdfium/xfa/src/fwl/src/basewidget/
Dfwl_listboximp.cpp795 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/
Dxfa_fm2jscontext.cpp4852 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/
DField.cpp1664 int iWidth; in lineWidth() local
1665 vp >> iWidth; in lineWidth()
1668 AddDelay_Int(FP_LINEWIDTH, iWidth); in lineWidth()
1671 iWidth); in lineWidth()

12