HomeSort by relevance Sort by last modified time
    Searched refs:patchSize (Results 1 - 19 of 19) sorted by null

  /frameworks/base/core/jni/android/graphics/
NinePatchPeeker.cpp 27 size_t patchSize = patch->serializedSize();
28 if (length != patchSize) {
32 Res_png_9patch* patchNew = (Res_png_9patch*) malloc(patchSize);
33 memcpy(patchNew, patch, patchSize);
38 mPatchSize = patchSize;
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/
NinePatchTest.java 91 // Make a new 'pixmapSize' square texture region with 'patchSize' patches in it. Each patch is a different color.
92 static TextureRegion newPatchPix (int patchSize, int pixmapSize) {
99 for (int x = 0; x < pixmapSize; x += patchSize) {
100 for (int y = 0; y < pixmapSize; y += patchSize) {
102 p.fillRectangle(x, y, patchSize, patchSize);
111 final int patchSize = 8;
112 final int pixmapSize = patchSize * 3;
113 TextureRegion tr = newPatchPix(patchSize, pixmapSize);
119 final int patchSize = 8;
    [all...]
  /external/opencv3/modules/cudafeatures2d/src/
orb.cpp 348 int patchSize,
382 virtual void setPatchSize(int patchSize) { patchSize_ = patchSize; }
466 static void makeRandomPattern(int patchSize, Point* pattern, int npoints)
474 pattern[i].x = rng.uniform(-patchSize / 2, patchSize / 2 + 1);
475 pattern[i].y = rng.uniform(-patchSize / 2, patchSize / 2 + 1);
486 int patchSize,
496 patchSize_(patchSize),
    [all...]
  /external/opencv3/modules/features2d/src/
orb.cpp 635 static void makeRandomPattern(int patchSize, Point* pattern, int npoints)
641 pattern[i].x = rng.uniform(-patchSize/2, patchSize/2+1);
642 pattern[i].y = rng.uniform(-patchSize/2, patchSize/2+1);
660 scoreType(_scoreType), patchSize(_patchSize), fastThreshold(_fastThreshold)
684 void setPatchSize(int patchSize_) { patchSize = patchSize_; }
685 int getPatchSize() const { return patchSize; }
710 int patchSize;
    [all...]
  /external/opencv/cv/src/
cvlkpyramid.cpp 307 CvSize patchSize = cvSize( winSize.width * 2 + 1, winSize.height * 2 + 1 );
308 int patchLen = patchSize.width * patchSize.height;
309 int srcPatchLen = (patchSize.width + 2)*(patchSize.height + 2);
488 u.x += (minI.x - (patchSize.width - maxI.x + 1))*0.5f;
489 u.y += (minI.y - (patchSize.height - maxI.y + 1))*0.5f;
519 _v.x = v.x + (minJ.x - (patchSize.width - maxJ.x + 1))*0.5f;
520 _v.y = v.y + (minJ.y - (patchSize.height - maxJ.y + 1))*0.5f;
696 CvSize patchSize = cvSize( winSize.width * 2 + 1, winSize.height * 2 + 1 )
    [all...]
  /external/opencv3/modules/cudafeatures2d/include/opencv2/
cudafeatures2d.hpp 476 int patchSize=31,
  /external/opencv3/modules/cudafeatures2d/test/
test_features2d.cpp 137 int patchSize;
150 patchSize = GET_PARAM(8);
167 WTA_K, scoreType, patchSize, 20, blurForDescriptor);
188 cv::Ptr<cv::ORB> orb_gold = cv::ORB::create(nFeatures, scaleFactor, nLevels, edgeThreshold, firstLevel, WTA_K, scoreType, patchSize);
  /external/opencv3/modules/features2d/include/opencv2/
features2d.hpp 270 roughly match the patchSize parameter.
285 @param patchSize size of the patch used by the oriented BRIEF descriptor. Of course, on smaller
290 int firstLevel=0, int WTA_K=2, int scoreType=ORB::HARRIS_SCORE, int patchSize=31, int fastThreshold=20);
313 CV_WRAP virtual void setPatchSize(int patchSize) = 0;
    [all...]
  /external/opencv3/modules/imgproc/src/
samplers.cpp 365 void cv::getRectSubPix( InputArray _image, Size patchSize, Point2f center,
374 _patch.create(patchSize, CV_MAKETYPE(ddepth, cn));
  /frameworks/base/tools/aapt/
Images.cpp 798 size_t patchSize = inPatch->serializedSize();
799 void* newData = malloc(patchSize);
800 memcpy(newData, data, patchSize);
    [all...]
  /frameworks/base/tools/aapt2/compile/
Png.cpp 154 size_t patchSize = inPatch->serializedSize();
155 void* newData = malloc(patchSize);
156 memcpy(newData, data, patchSize);
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_from_sm4.cpp 144 unsigned g3dPrim(const unsigned prim, unsigned *patchSize = NULL) const;
167 Converter::g3dPrim(const unsigned prim, unsigned *patchSize) const
184 if (patchSize)
185 *patchSize =
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderExecutor.cpp     [all...]
  /external/opencv3/modules/java/src/
imgproc+Imgproc.java 528 // C++: void getRectSubPix(Mat image, Size patchSize, Point2f center, Mat& patch, int patchType = -1)
531 //javadoc: getRectSubPix(image, patchSize, center, patch, patchType)
532 public static void getRectSubPix(Mat image, Size patchSize, Point center, Mat patch, int patchType)
535 getRectSubPix_0(image.nativeObj, patchSize.width, patchSize.height, center.x, center.y, patch.nativeObj, patchType);
540 //javadoc: getRectSubPix(image, patchSize, center, patch)
541 public static void getRectSubPix(Mat image, Size patchSize, Point center, Mat patch)
544 getRectSubPix_1(image.nativeObj, patchSize.width, patchSize.height, center.x, center.y, patch.nativeObj);
    [all...]
imgproc.cpp 964 // void getRectSubPix(Mat image, Size patchSize, Point2f center, Mat& patch, int patchType = -1)
976 Size patchSize((int)patchSize_width, (int)patchSize_height)
    [all...]
  /external/opencv3/modules/imgproc/misc/java/test/
ImgprocTest.java     [all...]
  /external/opencv3/modules/imgproc/include/opencv2/
imgproc.hpp     [all...]
  /external/deqp/modules/gles31/functional/
es31fTessellationTests.cpp     [all...]
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 

Completed in 588 milliseconds