Searched defs:width2 (Results 1 – 10 of 10) sorted by relevance
/external/skia/tests/ |
D | FontObjTest.cpp | 101 SkScalar width2 = paint.measureText(txt, strlen(txt), &bounds); in test_cachedfont() local
|
D | FontHostTest.cpp | 299 SkScalar width2 = paint.measureText(txt, strlen(txt), &bounds); in test_advances() local
|
/external/webp/src/demux/ |
D | anim_decode.c | 281 int* const left2, int* const width2) { in FindBlendRangeAtRow() 386 int left1, width1, left2, width2; in WebPAnimDecoderGetNext() local
|
/external/swiftshader/src/Main/ |
D | FrameBuffer.cpp | 201 const int width2 = (state.width + 1) & ~1; in copyRoutine() local
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_resize.c | 424 int in_stride, uint8_t *output, int height2, int width2, in vp9_resize_plane() 714 int width2, int out_stride, int bd) { in vp9_highbd_resize_plane()
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/ |
D | BlockRealMatrix.java | 741 final int width2 = blockWidth(qBlock + 1); in getSubMatrix() local 773 final int width2 = blockWidth(qBlock + 1); in getSubMatrix() local
|
D | BlockFieldMatrix.java | 716 final int width2 = blockWidth(qBlock + 1); in getSubMatrix() local 748 final int width2 = blockWidth(qBlock + 1); in getSubMatrix() local
|
/external/mesa3d/src/mesa/drivers/x11/ |
D | xmesaP.h | 163 GLint width2; member
|
/external/swiftshader/src/Renderer/ |
D | Surface.cpp | 3113 int width2 = (width + 1) & ~1; in allocateBuffer() local 3225 int width2 = (internal.width + 1) & ~1; in clearDepth() local 3347 int width2 = (internal.width + 1) & ~1; in clearStencil() local
|
/external/brotli/research/ |
D | brotlidump.py | 1385 def formatBitData(self, pos, width1, width2=0): argument
|