Searched
full:getwidth (Results
701 -
725 of
2100) sorted by null
<<21222324252627282930>>
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/ |
webrtctexturevideoframe.h | 53 virtual size_t GetWidth() const { return width_; }
|
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/ |
mjpeg_decoder.cc | 161 int MJpegDecoder::GetWidth() { 211 return DivideAndRoundUp(GetWidth(), hs); 243 if (dst_width != GetWidth() || 335 if (dst_width != GetWidth() ||
|
/external/chromium_org/third_party/libyuv/source/ |
mjpeg_decoder.cc | 161 int MJpegDecoder::GetWidth() { 211 return DivideAndRoundUp(GetWidth(), hs); 243 if (dst_width != GetWidth() || 335 if (dst_width != GetWidth() ||
|
/external/chromium_org/third_party/skia/include/utils/ |
SkLayer.h | 40 SkScalar getWidth() const { return m_size.width(); }
|
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/ |
video_source.h | 61 int GetWidth() const { return _width; }
|
/external/chromium_org/ui/android/java/src/org/chromium/ui/ |
DropdownPopupWindow.java | 110 if (getWidth() > displayFrame.width()) {
|
/external/chromium_org/ui/gfx/image/ |
image_skia_unittest.cc | 155 EXPECT_EQ(100, result_100p.GetWidth()); 162 EXPECT_EQ(100, result_200p.GetWidth()); 180 EXPECT_EQ(100, result_100p.GetWidth()); 187 EXPECT_EQ(100, result_200p.GetWidth());
|
/external/deqp/framework/common/ |
tcuRenderTarget.hpp | 46 int getWidth (void) const { return m_width; }
|
/external/deqp/modules/egl/ |
teglResizeTests.cpp | 241 const int width = rectA.getWidth(); 245 if (rectB.getWidth() != width || rectB.getHeight() != height || rectB.getDepth() != depth) 260 const int oldWidth = oldSurface.getWidth(); 262 const int newWidth = newSurface.getWidth();
|
/external/deqp/modules/gles2/accuracy/ |
es2aVaryingInterpolationTests.cpp | 65 float dstW = (float)dst.getWidth(); 75 for (int px = 0; px < dst.getWidth(); px++) 157 if (m_context.getRenderTarget().getWidth() < viewportWidth || 161 int viewportX = rnd.getInt(0, m_context.getRenderTarget().getWidth() - viewportWidth);
|
/external/deqp/modules/gles3/accuracy/ |
es3aVaryingInterpolationTests.cpp | 68 float dstW = (float)dst.getWidth(); 78 for (int px = 0; px < dst.getWidth(); px++) 161 if (renderTarget.getWidth() < viewportWidth || 165 int viewportX = rnd.getInt(0, renderTarget.getWidth() - viewportWidth);
|
/external/deqp/modules/gles3/functional/ |
es3fShaderDerivateTests.cpp | 391 for (int x = 0; x < result.getWidth(); x++) 447 DE_ASSERT(result.getWidth() == errorMask.getWidth()); 466 for (int x = 0; x < result.getWidth(); ++x) 637 const int width = de::min<int>(m_context.getRenderTarget().getWidth(), VIEWPORT_WIDTH); 653 const int viewportX = useFbo ? 0 : rnd.getInt(0, m_context.getRenderTarget().getWidth() - viewportSize.x()); 812 tcu::PixelBufferAccess(transferFormat, result.getWidth(), result.getHeight(), result.getDepth(), result.getAccess().getDataPtr())); 825 tcu::Surface errorMask(result.getWidth(), result.getHeight()); [all...] |
/external/deqp/modules/glshared/ |
glsShaderPerformanceMeasurer.cpp | 125 , m_viewportWidth (measureType == CASETYPE_VERTEX ? 32 : renderCtx.getRenderTarget().getWidth()) 160 bool widthTooSmall = m_renderCtx.getRenderTarget().getWidth() < m_viewportWidth; 170 TCU_CHECK_INTERNAL(de::inRange(m_viewportWidth, 1, m_renderCtx.getRenderTarget().getWidth()) && 350 DE_ASSERT(de::inRange(width, 1, m_renderCtx.getRenderTarget().getWidth()) &&
|
/external/libyuv/files/source/ |
mjpeg_decoder.cc | 178 int MJpegDecoder::GetWidth() { 228 return DivideAndRoundUp(GetWidth(), hs); 269 if (dst_width != GetWidth() || 358 if (dst_width != GetWidth() ||
|
/external/pdfium/core/src/fxge/Microsoft SDK/include/ |
GdiPlusLineCaps.h | 199 REAL GetWidth() const
|
/external/pdfium/core/src/fxge/win32/ |
fx_win32_print.cpp | 38 return StretchDIBits(pSource, color, left - pSrcRect->left, top - pSrcRect->top, pSource->GetWidth(), pSource->GetHeight(),
123 int src_width = pSrcBitmap->GetWidth(), src_height = pSrcBitmap->GetHeight();
136 src2result.a = adjusted_matrix.a / pSrcBitmap->GetWidth();
137 src2result.b = adjusted_matrix.b / pSrcBitmap->GetWidth();
|
/external/pdfium/fpdfsdk/include/pdfwindow/ |
PWL_ScrollBar.h | 69 FX_FLOAT GetWidth() const;
|
/external/replicaisland/src/com/replica/replicaisland/ |
MotionBlurComponent.java | 74 mHistory[mCurrentStep].width = drawable.getWidth();
|
TiledWorld.java | 122 public final int getWidth() {
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowBitmap.java | 140 public int getWidth() {
|
ShadowPaint.java | 185 public float getWidth() {
|
ShadowPopupWindow.java | 62 public int getWidth() {
|
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/ |
PopupWindowTest.java | 53 assertThat(popupWindow.getWidth(), is(1));
|
/external/skia/include/utils/ |
SkLayer.h | 40 SkScalar getWidth() const { return m_size.width(); }
|
/frameworks/base/core/java/android/hardware/camera2/params/ |
HighSpeedVideoConfiguration.java | 68 public int getWidth() {
|
Completed in 443 milliseconds
<<21222324252627282930>>