Searched refs:BoundingBox (Results 1 – 6 of 6) sorted by relevance
/external/ImageMagick/coders/ |
D | mvg.c | 129 #define BoundingBox "viewbox" in ReadMVGImage() macro 174 if (LocaleNCompare(BoundingBox,p,strlen(BoundingBox)) != 0) in ReadMVGImage()
|
D | ps.c | 396 #define BoundingBox "BoundingBox:" in ReadPSImage() macro 742 if (LocaleNCompare(BoundingBox,command,strlen(BoundingBox)) == 0) in ReadPSImage() 744 count=(ssize_t) sscanf(command,BoundingBox " %lf %lf %lf %lf", in ReadPSImage()
|
D | svg.c | 113 } BoundingBox; typedef 164 BoundingBox
|
/external/swiftshader/third_party/PowerVR_SDK/Tools/ |
D | PVRTModelPOD.cpp | 3184 PVRTBOUNDINGBOX BoundingBox; local 3192 …PVRTBoundingBoxComputeInterleaved(&BoundingBox, mesh.sVertex.pData, mesh.nNumVertex, 0, mesh.sVe… 3247 vScale.x = fRange / (BoundingBox.Point[7].x - BoundingBox.Point[0].x); 3248 vScale.y = fRange / (BoundingBox.Point[7].y - BoundingBox.Point[0].y); 3249 vScale.z = fRange / (BoundingBox.Point[7].z - BoundingBox.Point[0].z); 3251 vOffset.x = -BoundingBox.Point[0].x; 3252 vOffset.y = -BoundingBox.Point[0].y; 3253 vOffset.z = -BoundingBox.Point[0].z;
|
/external/deqp/modules/gles31/functional/ |
D | es31fPrimitiveBoundingBoxTests.cpp | 60 struct BoundingBox struct 73 float& BoundingBox::getComponentAccess (int ndx) in getComponentAccess() 82 const float& BoundingBox::getComponentAccess (int ndx) const in getComponentAccess() 84 return const_cast<BoundingBox*>(this)->getComponentAccess(ndx); in getComponentAccess() 93 static ProjectedBBox projectBoundingBox (const BoundingBox& bbox) in projectBoundingBox() 202 bool verifyState (glu::CallLogWrapper& gl, const BoundingBox& bbox) const; 222 static const BoundingBox fixedCases[] = in iterate() 235 std::vector<BoundingBox> cases; in iterate() 240 BoundingBox boundingBox; in iterate() 255 const BoundingBox& boundingBox = cases[caseNdx]; in iterate() [all …]
|
/external/ImageMagick/MagickCore/ |
D | feature.c | 1766 #define BoundingBox "viewbox" in RenderHoughLines() macro
|