OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pointCount
(Results
1 - 21
of
21
) sorted by null
/external/icu4c/layout/
GlyphDefinitionTables.h
41
le_uint16
pointCount
;
/frameworks/base/graphics/java/android/graphics/
Matrix.java
211
int
pointCount
) {
542
int
pointCount
) {
544
int srcStop = srcIndex + (
pointCount
<< 1);
545
int dstStop = dstIndex + (
pointCount
<< 1);
546
if ((
pointCount
| srcIndex | dstIndex | srcStop | dstStop) < 0 ||
561
* @param
pointCount
The number of pairs/points to be used. Must be [0..4]
566
int
pointCount
) {
567
if (
pointCount
> 4) {
570
checkPointArrays(src, srcIndex, dst, dstIndex,
pointCount
);
572
dst, dstIndex,
pointCount
);
[
all
...]
/external/skia/src/core/
SkPathRef.h
216
int32_t
pointCount
= buffer->readS32();
217
ref->resetToSize(verbCount,
pointCount
);
220
SkASSERT(
pointCount
== ref->countPoints());
222
buffer->read(ref->fPoints,
pointCount
* sizeof(SkPoint));
226
static SkPathRef* CreateFromBuffer(int verbCount, int
pointCount
, SkRBuffer* buffer) {
229
ref->resetToSize(verbCount,
pointCount
);
231
SkASSERT(
pointCount
== ref->countPoints());
232
buffer->read(ref->fPoints,
pointCount
* sizeof(SkPoint));
417
/** Resets the path ref with verbCount verbs and
pointCount
points, all unitialized. Also
419
void resetToSize(int verbCount, int
pointCount
, int reserveVerbs = 0, int reservePoints = 0)
[
all
...]
SkGeometry.cpp
[
all
...]
/external/opencv/cvaux/src/
cvcalibfilter.cpp
96
int
pointCount
, CvPoint2D32f* points )
123
pointCount
= cvRound((params[0] - 1)*(params[1] - 1));
129
if( !points ||
pointCount
< 4 )
147
arrSize =
pointCount
* sizeof(etalonPoints[0]);
149
if( etalonPointCount !=
pointCount
)
152
etalonPointCount =
pointCount
;
193
int*
pointCount
, const CvPoint2D32f** points ) const
201
if(
pointCount
)
202
*
pointCount
= etalonPointCount;
/external/skia/src/gpu/
GrPathUtils.cpp
155
int
pointCount
= 0;
168
pointCount
+= 1;
171
pointCount
+= quadraticPointCount(pts, tol);
174
pointCount
+= cubicPointCount(pts, tol);
177
pointCount
+= 1;
187
return
pointCount
;
/external/skia/legacy/src/core/
SkGeometry.cpp
[
all
...]
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Matrix_Delegate.java
648
float[] dst, int dstIndex, int
pointCount
) {
907
* @param
pointCount
The number of points (x,y pairs) to transform
911
int
pointCount
) {
912
final int count =
pointCount
* 2;
[
all
...]
/external/opencv/cvaux/include/
cvaux.h
[
all
...]
/external/zxing/core/
core.jar
/prebuilts/sdk/10/
android.jar
/prebuilts/sdk/12/
android.jar
/prebuilts/sdk/14/
android.jar
/prebuilts/sdk/15/
android.jar
/prebuilts/sdk/17/
android.jar
/prebuilts/sdk/18/
android.jar
/prebuilts/sdk/4/
android.jar
/prebuilts/sdk/6/
android.jar
/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
Completed in 373 milliseconds