HomeSort by relevance Sort by last modified time
    Searched full:iwidth (Results 1 - 25 of 88) sorted by null

1 2 3 4

  /external/pdfium/xfa/fgas/font/
cfgas_gefont.cpp 158 bool CFGAS_GEFont::GetCharWidth(wchar_t wUnicode, int32_t& iWidth) {
160 iWidth = it != m_CharWidthMap.end() ? it->second : 0;
161 if (iWidth == 65535)
164 if (iWidth > 0)
168 wUnicode, &iWidth)) {
174 iWidth = m_pFont->GetGlyphWidth(iGlyph);
175 if (iWidth < 0)
176 iWidth = -1;
177 } else if (pFont->GetCharWidth(wUnicode, iWidth)) {
181 iWidth = -1
    [all...]
cfgas_gefont.h 41 bool GetCharWidth(wchar_t wUnicode, int32_t& iWidth);
  /external/pdfium/core/fpdfapi/render/
cpdf_scaledrenderbuffer.cpp 57 int32_t iWidth = bitmap_rect.Width();
59 int32_t iPitch = (iWidth * bpp + 31) / 32 * 4;
60 if (iWidth * iHeight < 1)
64 m_pBitmapDevice->Create(iWidth, iHeight, dibFormat, nullptr)) {
  /external/lzma/CPP/Windows/Control/
CommandBar.h 38 HWND InsertComboBox(HINSTANCE hInst, int iWidth, UINT dwStyle, WORD idComboBox, WORD iButton) { return ::CommandBar_InsertComboBox(_window, hInst, iWidth, dwStyle, idComboBox, iButton); }
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_ext_pbuffer.c 72 int iWidth,
99 if (iWidth <= 0 || iHeight <= 0) {
146 if (iWidth > stw_dev->max_2d_length) {
148 iWidth = stw_dev->max_2d_length;
197 rect.right = rect.left + iWidth;
236 assert(rect.right - rect.left == iWidth);
  /packages/apps/Gallery2/src/com/android/gallery3d/ingest/ui/
MtpImageView.java 165 int iwidth = mOverlayIcon.getIntrinsicWidth(); local
169 float scaleWidth = ((float) vwidth) / (iwidth * OVERLAY_ICON_SIZE_DENOMINATOR);
171 mOverlayIcon.setBounds((vwidth - iwidth) / 2,
173 (vwidth + iwidth) / 2,
177 mOverlayIcon.setBounds((int) (vwidth - scale * iwidth) / 2,
179 (int) (vwidth + scale * iwidth) / 2,
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug447.go 27 for _, iWidth := range intWidths {
30 itype := fmt.Sprintf("%s%d", typ, iWidth)
  /prebuilts/go/linux-x86/test/fixedbugs/
bug447.go 27 for _, iWidth := range intWidths {
30 itype := fmt.Sprintf("%s%d", typ, iWidth)
  /external/libpng/contrib/visupng/
PngFile.h 23 int iWidth, int iHeight, png_color BkgColor);
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;
  /hardware/intel/img/hwcomposer/merrifield/ips/tangier/
TngGrallocBuffer.cpp 50 mWidth = grallocHandle->iWidth;
  /hardware/intel/img/hwcomposer/moorefield_hdmi/ips/tangier/
TngGrallocBuffer.cpp 55 mWidth = grallocHandle->iWidth;
  /external/pdfium/xfa/fgas/layout/
cfx_txtbreak.cpp 627 int32_t iWidth = 0;
633 iWidth += std::max(0, pNextLine->m_LineChars[i].m_iCharWidth);
636 pNextLine->m_iWidth = iWidth;
642 int32_t iWidth;
689 int32_t iWidth;
693 iWidth = pEngine->GetWidthOfChar(i);
696 iWidth = *pWidths++;
701 if (chartype == FX_CHARTYPE_ArabicAlef && iWidth == 0) {
796 if (iWidth > 0)
802 int32_t iCharWidth = iWidth;
    [all...]
cfx_rtfbreak.cpp 696 int32_t iWidth = pText->pWidths[i];
699 if (iWidth == 0) {
705 int32_t iCharWidth = abs(iWidth);
773 if (iWidth > 0)
  /external/webrtc/talk/session/media/
yuvscaler_unittest.cc 248 #define TEST_M(name, iwidth, iheight, owidth, oheight, mse) \
251 EXPECT_TRUE(TestScale(iwidth, iheight, owidth, oheight, \
257 EXPECT_TRUE(TestScale(iwidth, iheight, owidth, oheight, \
263 EXPECT_TRUE(TestScale(iwidth, iheight, owidth, oheight, \
269 EXPECT_TRUE(TestScale(iwidth, iheight, owidth, oheight, \
275 EXPECT_TRUE(TestScale(iwidth, iheight, owidth, oheight, \
281 EXPECT_TRUE(TestScale(iwidth, iheight, owidth, oheight, \
287 EXPECT_TRUE(TestScale(iwidth, iheight, owidth, oheight, \
293 EXPECT_TRUE(TestScale(iwidth, iheight, owidth, oheight, \
299 EXPECT_TRUE(TestScale(iwidth, iheight, owidth, oheight,
    [all...]
  /external/sonivox/jet_tools/JetCreator/
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
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)
  /hardware/intel/common/libmix/videoencoder/
VideoEncoderUtils.cpp 180 vinfo.width = h->iWidth;
182 vinfo.lumaStride = h->iWidth;
184 LOG_V("GetGfxBufferInfo: gfx iWidth=%d, iHeight=%d, iFormat=%x in handle structure\n", h->iWidth, h->iHeight, h->iFormat);
188 vinfo.lumaStride = (h->iWidth + 63) & ~63; //64 aligned
190 if (h->iWidth > 512)
191 vinfo.lumaStride = (h->iWidth + 63) & ~63; //64 aligned
199 vinfo.lumaStride = (h->iWidth + 31) & ~31;
  /external/pdfium/xfa/fde/
cfde_textout.cpp 383 int32_t iWidth = 0;
389 if (iLineWidth - iPieceWidths - iWidth < iCurCharWidth) {
394 iWidth += iCurCharWidth;
407 m_fLinePos, iWidth / 20000.0f, fLineStep);
415 iPieceWidths += iWidth;
  /external/libpng/
pngpread.c 269 png_ptr->iwidth) + 1;
659 png_ptr->iwidth) + 1);
744 row_info.width = png_ptr->iwidth; /* NOTE: width of current interlaced row */
1016 png_ptr->iwidth = (png_ptr->width +
1029 } while (png_ptr->iwidth == 0 || png_ptr->num_rows == 0);
  /external/pdfium/third_party/libpng16/
pngpread.c 268 png_ptr->iwidth) + 1;
655 png_ptr->iwidth) + 1);
735 row_info.width = png_ptr->iwidth; /* NOTE: width of current interlaced row */
1007 png_ptr->iwidth = (png_ptr->width +
1020 } while (png_ptr->iwidth == 0 || png_ptr->num_rows == 0);
  /external/skia/src/utils/win/
SkWGL_win.cpp 87 int iWidth,
90 return fCreatePbuffer(hDC, iPixelFormat, iWidth, iHeight, piAttribList);
  /external/skqp/src/utils/win/
SkWGL_win.cpp 87 int iWidth,
90 return fCreatePbuffer(hDC, iPixelFormat, iWidth, iHeight, piAttribList);
  /external/mesa3d/include/GL/
wglext.h 153 typedef HPBUFFERARB (WINAPI * PFNWGLCREATEPBUFFERARBPROC) (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int *piAttribList);
159 HPBUFFERARB WINAPI wglCreatePbufferARB (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int *piAttribList);
415 typedef HPBUFFEREXT (WINAPI * PFNWGLCREATEPBUFFEREXTPROC) (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int *piAttribList);
421 HPBUFFEREXT WINAPI wglCreatePbufferEXT (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int *piAttribList);
    [all...]
  /external/swiftshader/include/GL/
wglext.h 156 typedef HPBUFFERARB (WINAPI * PFNWGLCREATEPBUFFERARBPROC) (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int *piAttribList);
162 HPBUFFERARB WINAPI wglCreatePbufferARB (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int *piAttribList);
425 typedef HPBUFFEREXT (WINAPI * PFNWGLCREATEPBUFFEREXTPROC) (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int *piAttribList);
431 HPBUFFEREXT WINAPI wglCreatePbufferEXT (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int *piAttribList);
    [all...]

Completed in 1383 milliseconds

1 2 3 4