Searched refs:numSegments (Results 1 – 9 of 9) sorted by relevance
305 unsigned numSegments = SK_ARRAY_COUNT(gSegmentFunctions); in onDraw() local324 unsigned s1 = (rand.nextU() >> 16) % numSegments; in onDraw()325 unsigned s2 = (rand.nextU() >> 16) % numSegments; in onDraw()326 unsigned s3 = (rand.nextU() >> 16) % numSegments; in onDraw()327 unsigned s4 = (rand.nextU() >> 16) % numSegments; in onDraw()328 unsigned s5 = (rand.nextU() >> 16) % numSegments; in onDraw()
151 EAS_U8 numSegments; member
285 easHandle->jetHandle->numSegments = (EAS_U8) temp; in JetParseInfoChunk()378 if (smfChunkNum < easHandle->jetHandle->numSegments) in JET_OpenFile()608 if (segmentNum >= easHandle->jetHandle->numSegments) in JET_QueueSegment()
338 int numSegments = coverage/patWidth; in drawLine() local345 bool evenNumberOfSegments = !(numSegments % 2); in drawLine()455 int numSegments = coverage / patWidth; in strokeArc() local462 bool evenNumberOfSegments = !(numSegments % 2); in strokeArc()
263 int numSegments = coverage / patWidth; in drawLine() local270 bool evenNumberOfSegments = !(numSegments % 2); in drawLine()371 int numSegments = coverage / patWidth; in strokeArc() local378 bool evenNumberOfSegments = !(numSegments % 2); in strokeArc()
219 …UNCTION_TYPE* GrGLGetPathLengthProc)(GrGLuint path, GrGLsizei startSegment, GrGLsizei numSegments);220 …GLPointAlongPathProc)(GrGLuint path, GrGLsizei startSegment, GrGLsizei numSegments, GrGLfloat dist…
801 WebRtc_Word16 numSegments; in WebRtcIsac_DecodeInterpolLpcUb() local817 numSegments = UB_LPC_VEC_PER_FRAME - 1; in WebRtcIsac_DecodeInterpolLpcUb()823 numSegments = UB16_LPC_VEC_PER_FRAME - 1; in WebRtcIsac_DecodeInterpolLpcUb()831 for (interpolCntr = 0; interpolCntr < numSegments; interpolCntr++) { in WebRtcIsac_DecodeInterpolLpcUb()
1041 const VGint numSegments = numPoints + 1; in drawPolygon() local1047 numSegments /* expected number of segments */, in drawPolygon()
391 int numSegments = coverage / patWidth; in drawLine() local398 bool evenNumberOfSegments = !(numSegments % 2); in drawLine()