Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/font/
Dcfgas_gefont.cpp158 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 …]
Dcfgas_gefont.h41 bool GetCharWidth(wchar_t wUnicode, int32_t& iWidth);
/external/pdfium/core/fpdfapi/render/
Dcpdf_scaledrenderbuffer.cpp57 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/
Dstw_ext_pbuffer.c72 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/
Dcfx_txtbreak.cpp627 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 …]
Dcfx_rtfbreak.cpp696 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/
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/lzma/CPP/Windows/Control/
DCommandBar.h38 …INSTANCE hInst, int iWidth, UINT dwStyle, WORD idComboBox, WORD iButton) { return ::CommandBar_Ins… in InsertComboBox() argument
/external/pdfium/xfa/fde/
Dcfde_textout.cpp383 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/
DPngFile.c300 int iWidth, int iHeight, png_color bkgColor)
347 png_set_IHDR(png_ptr, info_ptr, iWidth, iHeight, ciBitDepth,
361 ulRowBytes = iWidth * ciChannels;
DPngFile.h23 int iWidth, int iHeight, png_color BkgColor);
/external/skqp/src/utils/win/
DSkWGL_win.cpp87 int iWidth, in createPbuffer() argument
90 return fCreatePbuffer(hDC, iPixelFormat, iWidth, iHeight, piAttribList); in createPbuffer()
/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.h156 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/
Dwglext.h156 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.c123 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/
Deglext.h249 EGLint iWidth; member
/external/pdfium/fxjs/
Dcfxjse_formcalc_context.cpp4207 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/
Deglext.h894 EGLint iWidth; member
/external/swiftshader/include/EGL/
Deglext.h957 EGLint iWidth; member