/external/skia/src/codec/ |
D | SkGifCodec.cpp | 412 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 …]
|
D | SkGifCodec.h | 36 int rowNumber, int repeatCount, bool writeTransparentPixels);
|
/external/skqp/src/codec/ |
D | SkGifCodec.cpp | 412 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 …]
|
D | SkGifCodec.h | 36 int rowNumber, int repeatCount, bool writeTransparentPixels);
|
/external/skia/src/gpu/ops/ |
D | GrMeshDrawOp.cpp | 22 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()
|
D | GrMeshDrawOp.h | 39 int indicesPerRepetition, int repeatCount); 51 int verticesPerRepetition, int indicesPerRepetition, int repeatCount);
|
/external/skqp/src/gpu/ops/ |
D | GrMeshDrawOp.cpp | 26 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()
|
D | GrMeshDrawOp.h | 38 int verticesPerRepetition, int indicesPerRepetition, int repeatCount); 49 int verticesPerRepetition, int indicesPerRepetition, int repeatCount);
|
/external/python/cpython2/Mac/Modules/cg/ |
D | CFMLateImport.c | 341 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/ |
D | eas_imelody.c | 418 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()
|
D | jet.c | 553 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()
|
D | eas_public.c | 327 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()
|
D | eas_rtttl.c | 317 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()
|
D | eas_tcdata.h | 56 EAS_I8 repeatCount; /* note repeat counter */ member
|
D | eas_tonecontrol.c | 283 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()
|
D | eas_rtttldata.h | 59 EAS_U8 repeatCount; /* repeat counter */ member
|
D | eas_imelodydata.h | 61 EAS_I16 repeatCount; /* repeat counter */ member
|
D | eas_data.h | 75 EAS_I32 repeatCount; member
|
/external/skqp/src/gpu/ |
D | GrMesh.h | 240 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/ |
D | GrMesh.h | 257 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/ |
D | SkInterpolator.h | 53 void setRepeatCount(SkScalar repeatCount) { fRepeat = repeatCount; } in setRepeatCount() argument
|
/external/skqp/include/utils/ |
D | SkInterpolator.h | 53 void setRepeatCount(SkScalar repeatCount) { fRepeat = repeatCount; } in setRepeatCount() argument
|
/external/deqp/framework/delibs/dethread/ |
D | deThreadTest.c | 667 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/ |
D | instance.go | 383 repeatCount := 1 385 repeatCount = 0 395 procs, repeatCount, threaded, collide,
|
/external/sonivox/arm-wt-22k/host_src/ |
D | jet.h | 143 …EAS_DATA_HANDLE easHandle, EAS_INT segmentNum, EAS_INT libNum, EAS_INT repeatCount, EAS_INT transp…
|