Home
last modified time | relevance | path

Searched defs:width (Results 1 – 25 of 1163) sorted by relevance

12345678910>>...47

/external/jmonkeyengine/engine/src/core/com/jme3/scene/shape/
DQuad.java48 private float width; field in Quad
64 public Quad(float width, float height){ in Quad()
77 public Quad(float width, float height, boolean flipCoords){ in Quad()
89 public void updateGeometry(float width, float height){ in updateGeometry()
93 public void updateGeometry(float width, float height, boolean flipCoords) { in updateGeometry()
/external/skia/src/images/
DSkScaledBitmapSampler.cpp19 int width, int deltaSrc, int, const SkPMColor[]) { in Sample_Gray_D8888() argument
30 int width, int deltaSrc, int, const SkPMColor[]) { in Sample_RGBx_D8888() argument
41 int width, int deltaSrc, int, const SkPMColor[]) { in Sample_RGBA_D8888() argument
57 int width, int deltaSrc, int, const SkPMColor[]) { in Sample_Gray_D565() argument
68 int width, int deltaSrc, int y, const SkPMColor[]) { in Sample_Gray_D565_D()
80 int width, int deltaSrc, int, const SkPMColor[]) { in Sample_RGBx_D565() argument
91 int width, int deltaSrc, int, const SkPMColor[]) { in Sample_D565_D565() argument
103 int width, int deltaSrc, int y, const SkPMColor[]) { in Sample_RGBx_D565_D()
117 int width, int deltaSrc, int, const SkPMColor[]) { in Sample_Gray_D4444() argument
129 int width, int deltaSrc, int y, const SkPMColor[]) { in Sample_Gray_D4444_D()
[all …]
/external/libyuv/files/source/
Drow_win.cc179 uint8* dst_u, uint8* dst_v, int width) { in ARGBToUVRow_SSSE3()
243 uint8* dst_u, uint8* dst_v, int width) { in BGRAToUVRow_SSSE3()
307 uint8* dst_u, uint8* dst_v, int width) { in ABGRToUVRow_SSSE3()
451 int width) { in FastConvertYUVToRGB32Row()
492 int width) { in FastConvertYUVToBGRARow()
533 int width) { in FastConvertYUVToABGRRow()
574 int width) { in FastConvertYUV444ToRGB32Row()
608 int width) { in FastConvertYToRGB32Row()
Drotate.cc72 uint8* dst, int dst_stride, int width) { in TransposeWx8_SSSE3()
290 uint8* dst, int dst_stride, int width) { in TransposeWx8_SSSE3()
505 uint8* dst, int dst_stride, int width) { in TransposeWx8_FAST_SSSE3()
769 int width, int height) { in TransposeWxH_C()
778 int width, int height) { in TransposePlane()
829 int width, int height) { in RotatePlane90()
841 int width, int height) { in RotatePlane270()
851 static void ReverseLine_C(const uint8* src, uint8* dst, int width) { in ReverseLine_C()
863 static void ReverseLine_SSSE3(const uint8* src, uint8* dst, int width) { in ReverseLine_SSSE3()
885 static void ReverseLine_SSSE3(const uint8* src, uint8* dst, int width) { in ReverseLine_SSSE3()
[all …]
Drow_posix.cc152 int width) { // r8 in FastConvertYUVToRGB32Row()
190 int width) { // r8 in FastConvertYUVToBGRARow()
228 int width) { // r8 in FastConvertYUVToABGRRow()
266 int width) { // r8 in FastConvertYUV444ToRGB32Row()
299 int width) { // r8 in FastConvertYToRGB32Row()
583 int width) { in FastConvertYUVToRGB32Row()
601 int width) { in FastConvertYUVToBGRARow()
619 int width) { in FastConvertYUVToABGRRow()
637 int width) { in FastConvertYUV444ToRGB32Row()
649 int width) { in FastConvertYToRGB32Row()
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
DIllegalFormatWidthExceptionTest.java32 int width = Integer.MAX_VALUE; in test_illegalFormatWidthException() local
43 int width = 12345; in test_getWidth() local
54 int width = 12345; in test_getMessage() local
/external/zxing/qr_scanner/src/com/google/zxing/client/android/
DPlanarYUVLuminanceSource.java42 int width, int height, boolean reverseHorizontal) { in PlanarYUVLuminanceSource()
64 int width = getWidth(); in getRow() local
75 int width = getWidth(); in getMatrix() local
110 int width = getWidth(); in renderCroppedGreyscaleBitmap() local
130 private void reverseHorizontal(int width, int height) { in reverseHorizontal()
/external/chromium/chrome/browser/ui/gtk/
Dgtk_chrome_shrinkable_hbox_unittest.cc36 int width; in AddChildren() member
79 int width = box_->allocation.width - border_width * 2; in Validate() local
134 for (int width = 500; width > kBorderWidth * 2; --width) { in Test() local
147 for (int width = kBorderWidth * 2; width <= 500; ++width) { in Test() local
162 for (int width = 500; width > kBorderWidth * 2; --width) { in Test() local
172 for (int width = kBorderWidth * 2; width <= 500; ++width) { in Test() local
192 int width; member
/external/clang/test/SemaObjC/
Dreceiver-forward-class.m8 -(int) width; // expected-note {{using}} method
11 -(float) width; // expected-note {{also found}} method
/external/webkit/Source/WebCore/platform/graphics/
DIntSize.h65 IntSize(int width, int height) : m_width(width), m_height(height) { } in IntSize()
67 int width() const { return m_width; } in width() function
70 void setWidth(int width) { m_width = width; } in setWidth()
78 void expand(int width, int height) in expand()
/external/replicaisland/src/com/replica/replicaisland/
DDrawableBitmap.java35 DrawableBitmap(Texture texture, int width, int height) { in DrawableBitmap()
55 public void setViewSize(int width, int height) { in setViewSize()
111 final float width = mWidth; in draw() local
161 public void resize(int width, int height) { in resize()
171 public void setWidth(int width) { in setWidth()
194 public void setCrop(int left, int bottom, int width, int height) { in setCrop()
/external/chromium-trace/src/tracing/
Dtimeline_analysis.js16 function getPadding(text, width) { argument
31 function leftAlign(text, width) { argument
35 function rightAlign(text, width) { argument
/external/skia/src/gpu/
DGrStencilBuffer.h27 int width() const { return fWidth; } in width() function
33 void setLastClip(const GrClip& clip, int width, int height) { in setLastClip()
42 bool mustRenderClip(const GrClip& clip, int width, int height) const { in mustRenderClip()
67 GrStencilBuffer(GrGpu* gpu, int width, int height, int bits, int sampleCnt) in GrStencilBuffer()
DGrRectanizer.h26 GrRectanizer(int width, int height) : fWidth(width), fHeight(height) { in GrRectanizer()
33 int width() const { return fWidth; } in width() function
/external/chromium/chrome/browser/userfeedback/proto/
Dmath.proto14 required float width = 1; field
22 required float width = 3; field
/external/skia/src/core/
DSkPathEffect.cpp46 SkScalar* width) { in filterPath()
64 SkScalar* width) { in filterPath()
79 SkStrokePathEffect::SkStrokePathEffect(SkScalar width, SkPaint::Style style, in SkStrokePathEffect()
89 SkScalar* width) { in filterPath()
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/
Dscanner.rb20 def seq_combo_creator(total_lines, width, offset) argument
38 def combine_combo_creator(total_lines, width, offsets) argument
/external/chromium/chrome/browser/resources/gpu_internals/
Dtimeline_view.js14 function getPadding(text, width) { argument
29 function leftAlign(text, width) { argument
33 function rightAlign(text, width) { argument
/external/clang/test/CodeGen/
Dvla.c55 void function(short width, int data[][width]) {} // expected-note {{passing argument to parameter '… in function()
67 void function1(short width, int data[][width][width]) {} in function1()
/external/qemu/distrib/sdl-1.2.12/src/video/
DSDL_blit_1.c36 int width, height; in Blit1to1() local
82 int width, height; in Blit1to2() local
192 int width, height; in Blit1to3() local
236 int width, height; in Blit1to4() local
278 int width = info->d_width; in Blit1to1Key() local
320 int width = info->d_width; in Blit1to2Key() local
349 int width = info->d_width; in Blit1to3Key() local
379 int width = info->d_width; in Blit1to4Key() local
408 int width = info->d_width; in Blit1toNAlpha() local
446 int width = info->d_width; in Blit1toNAlphaKey() local
/external/dexmaker/src/dx/java/com/android/dx/util/
DIndentingWriter.java34 private final int width; field in IndentingWriter
56 public IndentingWriter(Writer out, int width, String prefix) { in IndentingWriter()
85 public IndentingWriter(Writer out, int width) { in IndentingWriter()
/external/smali/dexlib/src/main/java/org/jf/dexlib/Util/
DIndentingWriter.java42 private final int width; field in IndentingWriter
64 public IndentingWriter(Writer out, int width, String prefix) { in IndentingWriter()
93 public IndentingWriter(Writer out, int width) { in IndentingWriter()
/external/webrtc/test/testsupport/metrics/
Dvideo_metrics.cc34 int width, in CalculateFrame()
83 int width, in CalculateMetrics()
156 int width, in I420MetricsFromFiles()
168 int width, in I420PSNRFromFiles()
178 int width, in I420SSIMFromFiles()
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
DTexture.cpp246 void Texture::loadImageData(GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum for… in loadImageData()
352 void Texture::loadAlphaImageData(GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, in loadAlphaImageData()
372 void Texture::loadAlphaFloatImageData(GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, in loadAlphaFloatImageData()
392 void Texture::loadAlphaHalfFloatImageData(GLint xoffset, GLint yoffset, GLsizei width, GLsizei heig… in loadAlphaHalfFloatImageData()
412 void Texture::loadLuminanceImageData(GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, in loadLuminanceImageData()
441 void Texture::loadLuminanceFloatImageData(GLint xoffset, GLint yoffset, GLsizei width, GLsizei heig… in loadLuminanceFloatImageData()
461 void Texture::loadLuminanceHalfFloatImageData(GLint xoffset, GLint yoffset, GLsizei width, GLsizei … in loadLuminanceHalfFloatImageData()
481 void Texture::loadLuminanceAlphaImageData(GLint xoffset, GLint yoffset, GLsizei width, GLsizei heig… in loadLuminanceAlphaImageData()
510 void Texture::loadLuminanceAlphaFloatImageData(GLint xoffset, GLint yoffset, GLsizei width, GLsizei… in loadLuminanceAlphaFloatImageData()
530 void Texture::loadLuminanceAlphaHalfFloatImageData(GLint xoffset, GLint yoffset, GLsizei width, GLs… in loadLuminanceAlphaHalfFloatImageData()
[all …]
/external/jmonkeyengine/engine/src/core/com/jme3/font/
DRectangle.java41 public final float x, y, width, height; field in Rectangle
50 public Rectangle(float x, float y, float width, float height) { in Rectangle()

12345678910>>...47