/external/opencv3/modules/cudalegacy/test/ |
TestHypothesesGrow.h | 55 Ncv32u rectWidth, Ncv32u rectHeight, Ncv32f rectScale, 70 Ncv32u rectHeight;
|
TestHypothesesGrow.cpp | 53 rectHeight(rectHeight_), 66 strOut << "rectHeight=" << rectHeight << std::endl; 122 this->rectWidth, this->rectHeight, this->rectScale, 0); 131 this->rectWidth, this->rectHeight, this->rectScale);
|
/frameworks/base/graphics/java/android/graphics/ |
Atlas.java | 300 * @param freeHeight The rectHeight of the free space after packing a rectangle 302 * @param rectHeight The rectHeight of the rectangle that was packed in a cell 305 int rectWidth, int rectHeight); 312 int rectWidth, int rectHeight) { 313 return rectWidth * freeHeight > freeWidth * rectHeight; 321 int rectWidth, int rectHeight) { 322 return rectWidth * freeHeight <= freeWidth * rectHeight; 330 int rectWidth, int rectHeight) { 339 int rectWidth, int rectHeight) { [all...] |
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g2d/ |
PixmapPacker.java | 164 int rectX = (int)rect.x, rectY = (int)rect.y, rectWidth = (int)rect.width, rectHeight = (int)rect.height;
168 Gdx.gl.glTexSubImage2D(page.texture.glTarget, 0, rectX, rectY, rectWidth, rectHeight, image.getGLFormat(),
183 page.image.drawPixmap(image, 0, imageHeight - 1, 1, 1, rectX - 1, rectY + rectHeight, 1, 1);
184 page.image.drawPixmap(image, imageWidth - 1, imageHeight - 1, 1, 1, rectX + rectWidth, rectY + rectHeight, 1, 1);
187 page.image.drawPixmap(image, 0, imageHeight - 1, imageWidth, 1, rectX, rectY + rectHeight, rectWidth, 1);
188 page.image.drawPixmap(image, 0, 0, 1, imageHeight, rectX - 1, rectY, 1, rectHeight);
189 page.image.drawPixmap(image, imageWidth - 1, 0, 1, imageHeight, rectX + rectWidth, rectY, 1, rectHeight);
529 int rectWidth = (int)rect.width + padding, rectHeight = (int)rect.height + padding;
537 if (row.y + rectHeight >= pageHeight) continue;
538 if (rectHeight > row.height) continue; [all...] |
/external/opencv3/modules/cudalegacy/include/opencv2/cudalegacy/ |
NCVHaarObjectDetection.hpp | 84 __host__ NCVStatus setRect(Ncv32u rectX, Ncv32u rectY, Ncv32u rectWidth, Ncv32u rectHeight, Ncv32u /*clsWidth*/, Ncv32u /*clsHeight*/) 86 ncvAssertReturn(rectWidth <= HaarFeature64_CreateCheck_MaxRectField && rectHeight <= HaarFeature64_CreateCheck_MaxRectField, NCV_HAAR_TOO_LARGE_FEATURES); 90 ((NcvRect8u*)&(this->_ui2.x))->height = (Ncv8u)rectHeight; 100 __device__ __host__ void getRect(Ncv32u *rectX, Ncv32u *rectY, Ncv32u *rectWidth, Ncv32u *rectHeight) 106 *rectHeight = tmpRect.height; 429 Ncv32u rectHeight, 440 Ncv32u rectHeight,
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/ |
GestureFloatingTextDrawingPreview.java | 170 final float rectHeight = textHeight + vPad * 2.0f; 176 - mParams.mGesturePreviewTextOffset - rectHeight; 177 rectangle.set(rectX, rectY, rectX + rectWidth, rectY + rectHeight);
|
/external/opencv3/modules/cudalegacy/src/cuda/ |
NCVHaarObjectDetection.cu | 226 Ncv32u *rectX, Ncv32u *rectY, Ncv32u *rectWidth, Ncv32u *rectHeight) 237 feature.getRect(rectX, rectY, rectWidth, rectHeight); 398 Ncv32u rectX, rectY, rectWidth, rectHeight; 401 &rectWeight, &rectX, &rectY, &rectWidth, &rectHeight); 405 Ncv32u iioffsBL = iioffsTL + rectHeight * IImgStride; 538 Ncv32u rectX, rectY, rectWidth, rectHeight; 541 &rectWeight, &rectX, &rectY, &rectWidth, &rectHeight); 545 Ncv32u iioffsBL = iioffsTL + rectHeight * IImgStride; [all...] |
/external/deqp/modules/egl/ |
teglSwapBuffersWithDamageTests.cpp | 657 const int rectHeight = frameDiff / (int)frameDrawType.size(); 658 const ColoredRect rect (IVec2(0, frameNdx*frameDiff+rectNdx*rectHeight), IVec2(width, frameNdx*frameDiff+(rectNdx+1)*rectHeight), color);
|
/prebuilts/devtools/tools/lib/ |
jfreechart-1.0.9.jar | |
/prebuilts/tools/common/jfreechart/ |
jfreechart-1.0.9.jar | |
/prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/ |
jfreechart-1.0.9.jar | |