Home
last modified time | relevance | path

Searched refs:repeatCount (Results 1 – 25 of 36) sorted by relevance

12

/external/skia/src/codec/
DSkGifCodec.cpp412 int rowNumber, int repeatCount, bool writeTransparentPixels) in haveDecodedRow() argument
425 const int yEnd = std::min(yBegin + rowNumber + repeatCount, this->dimensions().height()); in haveDecodedRow()
440 for (int i = 0; i < repeatCount; i++) { in haveDecodedRow()
450 repeatCount -= i; in haveDecodedRow()
452 repeatCount = (repeatCount - 1) / sampleY + 1; in haveDecodedRow()
455 if (dstRow + repeatCount > scaledHeight) { in haveDecodedRow()
456 repeatCount = scaledHeight - dstRow; in haveDecodedRow()
457 SkASSERT(repeatCount >= 1); in haveDecodedRow()
469 repeatCount = SkTMin(repeatCount, this->dstInfo().height() - yBegin); in haveDecodedRow()
523 if (repeatCount > 1) { in haveDecodedRow()
[all …]
DSkGifCodec.h36 int rowNumber, int repeatCount, bool writeTransparentPixels);
/external/skqp/src/codec/
DSkGifCodec.cpp412 int rowNumber, int repeatCount, bool writeTransparentPixels) in haveDecodedRow() argument
425 const int yEnd = std::min(yBegin + rowNumber + repeatCount, this->dimensions().height()); in haveDecodedRow()
440 for (int i = 0; i < repeatCount; i++) { in haveDecodedRow()
450 repeatCount -= i; in haveDecodedRow()
452 repeatCount = (repeatCount - 1) / sampleY + 1; in haveDecodedRow()
455 if (dstRow + repeatCount > scaledHeight) { in haveDecodedRow()
456 repeatCount = scaledHeight - dstRow; in haveDecodedRow()
457 SkASSERT(repeatCount >= 1); in haveDecodedRow()
469 repeatCount = SkTMin(repeatCount, this->dstInfo().height() - yBegin); in haveDecodedRow()
523 if (repeatCount > 1) { in haveDecodedRow()
[all …]
DSkGifCodec.h36 int rowNumber, int repeatCount, bool writeTransparentPixels);
/external/skia/src/gpu/ops/
DGrMeshDrawOp.cpp22 int repeatCount) { in PatternHelper() argument
24 indicesPerRepetition, repeatCount); in PatternHelper()
30 int repeatCount) { in init() argument
37 int vertexCount = verticesPerRepetition * repeatCount; in init()
48 repeatCount, maxRepetitions); in init()
DGrMeshDrawOp.h39 int indicesPerRepetition, int repeatCount);
51 int verticesPerRepetition, int indicesPerRepetition, int repeatCount);
/external/skqp/src/gpu/ops/
DGrMeshDrawOp.cpp26 int repeatCount) { in PatternHelper() argument
28 indicesPerRepetition, repeatCount); in PatternHelper()
34 int repeatCount) { in init() argument
41 int vertexCount = verticesPerRepetition * repeatCount; in init()
52 repeatCount, maxRepetitions); in init()
DGrMeshDrawOp.h38 int verticesPerRepetition, int indicesPerRepetition, int repeatCount);
49 int verticesPerRepetition, int indicesPerRepetition, int repeatCount);
/external/python/cpython2/Mac/Modules/cg/
DCFMLateImport.c341 UInt32 repeatCount; in UnpackPEFDataSection() local
345 offset += DecodeVCountValue(&packedData[offset], &repeatCount); in UnpackPEFDataSection()
346 repeatCount += 1; // stored value is (repeatCount - 1) in UnpackPEFDataSection()
348 for (loopCounter = 0; loopCounter < repeatCount; loopCounter++) { in UnpackPEFDataSection()
360 UInt32 repeatCount; in UnpackPEFDataSection() local
367 offset += DecodeVCountValue(&packedData[offset], &repeatCount); in UnpackPEFDataSection()
372 for (loopCounter = 0; loopCounter < repeatCount; loopCounter++) { in UnpackPEFDataSection()
381 offset += (repeatCount * (commonSize + customSize)) + commonSize; in UnpackPEFDataSection()
389 UInt32 repeatCount; in UnpackPEFDataSection() local
395 offset += DecodeVCountValue(&packedData[offset], &repeatCount); in UnpackPEFDataSection()
[all …]
/external/sonivox/arm-wt-22k/lib_src/
Deas_imelody.c418 pData->repeatCount = -1; in IMY_Event()
420 } else if (pData->repeatCount >= 0) { in IMY_Event()
423 if (pData->repeatCount > 0) in IMY_Event()
425 if (--pData->repeatCount == 0) in IMY_Event()
427 pData->repeatCount = -1; in IMY_Event()
436 if ((parserMode == eParserModePlay) || (pData->repeatCount != 0)) in IMY_Event()
449 if (pData->repeatCount == -1) in IMY_Event()
465 if (pData->repeatCount < 0) in IMY_Event()
466 pData->repeatCount = (EAS_I16) temp; in IMY_Event()
1458 pData->repeatCount = -1; in IMY_ParseHeader()
Djet.c553 pStatus->segmentRepeatCount = pSeg->repeatCount; in JET_Status()
613 …EAS_DATA_HANDLE easHandle, EAS_INT segmentNum, EAS_INT libNum, EAS_INT repeatCount, EAS_INT transp… in JET_QueueSegment() argument
636 p->repeatCount = (EAS_I16) repeatCount; in JET_QueueSegment()
928 if (pSeg->repeatCount != 0) in JET_Process()
934 if (pSeg->repeatCount > 0) in JET_Process()
935 pSeg->repeatCount--; in JET_Process()
Deas_public.c327 pStream->repeatCount = 0; in EAS_InitStream()
959 if (pEASData->streams[streamNum].repeatCount) in EAS_Render()
969 if (pEASData->streams[streamNum].repeatCount > 0) in EAS_Render()
970 pEASData->streams[streamNum].repeatCount--; in EAS_Render()
1122 …PUBLIC EAS_RESULT EAS_SetRepeat (EAS_DATA_HANDLE pEASData, EAS_HANDLE pStream, EAS_I32 repeatCount) in EAS_SetRepeat() argument
1124 pStream->repeatCount = repeatCount; in EAS_SetRepeat()
1152 *pRepeatCount = pStream->repeatCount; in EAS_GetRepeat()
1688 if (pStream->repeatCount && (*pState == EAS_STATE_STOPPED)) in EAS_State()
Deas_rtttl.c317 if (pData->repeatCount == 0) in RTTTL_Event()
325 if (pData->repeatCount != RTTTL_INFINITE_LOOP) in RTTTL_Event()
326 pData->repeatCount--; in RTTTL_Event()
992 pData->repeatCount = 0; in RTTTL_ParseHeader()
1068 pData->repeatCount = (EAS_U8) i; in RTTTL_ParseHeader()
Deas_tcdata.h56 EAS_I8 repeatCount; /* note repeat counter */ member
Deas_tonecontrol.c283 if (pData->repeatCount) in TC_Event()
285 pData->repeatCount--; in TC_Event()
653 pData->repeatCount = 0; in TC_ParseHeader()
763 pData->repeatCount = count - 2; in TC_GetRepeat()
Deas_rtttldata.h59 EAS_U8 repeatCount; /* repeat counter */ member
Deas_imelodydata.h61 EAS_I16 repeatCount; /* repeat counter */ member
Deas_data.h75 EAS_I32 repeatCount; member
/external/skqp/src/gpu/
DGrMesh.h240 int repeatCount = SkTMin(fPatternData.fMaxPatternRepetitionsInIndexBuffer, in sendToGpu() local
244 int maxIndexValue = fPatternData.fVertexCount * repeatCount - 1; in sendToGpu()
247 fPrimitiveType, fIndexBuffer.get(), fIndexData.fIndexCount * repeatCount, 0, in sendToGpu()
250 baseRepetition += repeatCount; in sendToGpu()
/external/skia/src/gpu/
DGrMesh.h257 int repeatCount = SkTMin(fPatternData.fMaxPatternRepetitionsInIndexBuffer, in sendToGpu() local
261 int maxIndexValue = fPatternData.fVertexCount * repeatCount - 1; in sendToGpu()
264 fPrimitiveType, fIndexBuffer.get(), fIndexData.fIndexCount * repeatCount, 0, in sendToGpu()
267 baseRepetition += repeatCount; in sendToGpu()
/external/skia/include/utils/
DSkInterpolator.h53 void setRepeatCount(SkScalar repeatCount) { fRepeat = repeatCount; } in setRepeatCount() argument
/external/skqp/include/utils/
DSkInterpolator.h53 void setRepeatCount(SkScalar repeatCount) { fRepeat = repeatCount; } in setRepeatCount() argument
/external/deqp/framework/delibs/dethread/
DdeThreadTest.c667 int repeatCount; in deSingleton_selfTest() member
685 int repeatCount = cases[caseNdx].repeatCount; in deSingleton_selfTest() local
688 for (subCaseNdx = 0; subCaseNdx < repeatCount; subCaseNdx++) in deSingleton_selfTest()
/external/syzkaller/pkg/instance/
Dinstance.go383 repeatCount := 1
385 repeatCount = 0
395 procs, repeatCount, threaded, collide,
/external/sonivox/arm-wt-22k/host_src/
Djet.h143 …EAS_DATA_HANDLE easHandle, EAS_INT segmentNum, EAS_INT libNum, EAS_INT repeatCount, EAS_INT transp…

12