/third_party/skia/third_party/externals/libgifcodec/ |
D | SkLibGifCodec.cpp | 417 int rowNumber, int repeatCount, bool writeTransparentPixels) in haveDecodedRow() argument 430 const int yEnd = std::min(yBegin + repeatCount, this->dimensions().height()); in haveDecodedRow() 445 for (int i = 0; i < repeatCount; i++) { in haveDecodedRow() 455 repeatCount -= i; in haveDecodedRow() 457 repeatCount = (repeatCount - 1) / sampleY + 1; in haveDecodedRow() 460 if (dstRow + repeatCount > scaledHeight) { in haveDecodedRow() 461 repeatCount = scaledHeight - dstRow; in haveDecodedRow() 462 SkASSERT(repeatCount >= 1); in haveDecodedRow() 474 repeatCount = std::min(repeatCount, this->dstInfo().height() - yBegin); in haveDecodedRow() 528 if (repeatCount > 1) { in haveDecodedRow() [all …]
|
D | SkLibGifCodec.h | 33 int rowNumber, int repeatCount, bool writeTransparentPixels);
|
/third_party/skia/src/gpu/ops/ |
D | GrMeshDrawOp.cpp | 71 int repeatCount, int maxRepetitions) { in PatternHelper() argument 73 indicesPerRepetition, repeatCount, maxRepetitions); in PatternHelper() 79 int repeatCount, int maxRepetitions) { in init() argument 86 int vertexCount = verticesPerRepetition * repeatCount; in init() 98 fMesh->setIndexedPatterned(std::move(indexBuffer), indicesPerRepetition, repeatCount, in init()
|
D | GrMeshDrawOp.h | 57 int indicesPerRepetition, int repeatCount, int maxRepetitions); 71 int indicesPerRepetition, int repeatCount, int maxRepetitions);
|
/third_party/skia/platform_tools/android/apps/skottie/skottielib/src/main/java/org/skia/skottie/ |
D | SkottieRunner.java | 65 …Animation createAnimation(TextureView view, InputStream is, int backgroundColor, int repeatCount) { in createAnimation() argument 66 return new SkottieAnimation(view, is, backgroundColor, repeatCount); in createAnimation() 82 …Animation createAnimation(SurfaceView view, InputStream is, int backgroundColor, int repeatCount) { in createAnimation() argument 83 return new SkottieAnimation(view, is, backgroundColor, repeatCount); in createAnimation()
|
D | SkottieAnimation.java | 54 SkottieAnimation(TextureView view, InputStream is, int backgroundColor, int repeatCount) { in SkottieAnimation() argument 60 mRepeatCount = repeatCount; in SkottieAnimation() 64 SkottieAnimation(SurfaceView view, InputStream is, int backgroundColor, int repeatCount) { in SkottieAnimation() argument 70 mRepeatCount = repeatCount; in SkottieAnimation()
|
D | SkottieView.java | 213 public void setRepeatCount(int repeatCount) { in setRepeatCount() argument 214 mRepeatCount = repeatCount; in setRepeatCount()
|
/third_party/skia/src/gpu/ |
D | GrOpsRenderPass.cpp | 331 int repeatCount = std::min(patternRepeatCount - baseRepetition, in drawIndexPattern() local 333 int drawIndexCount = repeatCount * patternIndexCount; in drawIndexPattern() 336 int maxIndexValue = patternVertexCount * repeatCount - 1; in drawIndexPattern() 339 baseRepetition += repeatCount; in drawIndexPattern()
|
D | BufferWriter.h | 92 void fill(const T& val, int repeatCount) { in fill() 93 for (int i = 0; i < repeatCount; ++i) { in fill()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | Debug.cpp | 347 void Debug::insertPerfWarning(GLenum severity, const char *message, uint32_t *repeatCount) const in insertPerfWarning() 355 if (*repeatCount >= kMaxRepeat) in insertPerfWarning() 360 ++*repeatCount; in insertPerfWarning() 361 repeatLast = (*repeatCount == kMaxRepeat); in insertPerfWarning()
|
D | Debug.h | 87 void insertPerfWarning(GLenum severity, const char *message, uint32_t *repeatCount) const;
|
/third_party/parse5/test/data/parser-feedback/ |
D | tests11.test | 5 …serveAlpha='' preserveAspectRatio='' primitiveUnits='' refX='' refY='' repeatCount='' repeatDur=''… 6 …serveAlpha='' preserveAspectRatio='' primitiveUnits='' refX='' refY='' repeatCount='' repeatDur=''… 61 "repeatCount": "", 148 "repeatCount": "", 236 "repeatCount": "", 267 …serveAlpha='' preserveAspectRatio='' primitiveUnits='' refX='' refY='' repeatCount='' repeatDur=''… 268 …serveAlpha='' preserveAspectRatio='' primitiveUnits='' refX='' refY='' repeatCount='' repeatDur=''…
|
/third_party/vk-gl-cts/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()
|
/third_party/jsframework/runtime/main/extend/systemplugin/napi/ |
D | ohos_workScheduler.js | 32 repeatCount: '[PC preview] unknown repeatCount', property
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | dtptngen_impl.h | 132 void populate(int32_t field, UChar repeatChar, int32_t repeatCount);
|
/third_party/icu/icu4c/source/i18n/ |
D | dtptngen_impl.h | 132 void populate(int32_t field, UChar repeatChar, int32_t repeatCount);
|
/third_party/node/deps/icu-small/source/i18n/ |
D | dtptngen_impl.h | 132 void populate(int32_t field, char16_t repeatChar, int32_t repeatCount);
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/ |
D | vktDrawMultipleClearsWithinRenderPass.cpp | 178 deUint32 repeatCount; member 420 for (deUint32 i = 0; i < m_params.repeatCount; ++i) in drawCommands()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawMultipleClearsWithinRenderPass.cpp | 178 deUint32 repeatCount; member 420 for (deUint32 i = 0; i < m_params.repeatCount; ++i) in drawCommands()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | DateTimePatternGenerator.java | 2816 int repeatCount = row[3]; in set() local 2817 if ("GEzvQ".indexOf(repeatChar) >= 0) repeatCount = 1; in set() 2818 baseOriginal.populate(field, repeatChar, repeatCount); in set()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | DateTimePatternGenerator.java | 2678 int repeatCount = row[3]; in set() local 2679 if ("GEzvQ".indexOf(repeatChar) >= 0) repeatCount = 1; in set() 2680 baseOriginal.populate(field, repeatChar, repeatCount); in set()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
D | glcBlendEquationAdvancedTests.cpp | 594 …tBlendTest(deqp::Context& context, const char* name, glu::GLSLVersion glslVersion, int repeatCount, in CoherentBlendTest() argument 598 , m_repeatCount(repeatCount) in CoherentBlendTest() 602 DE_ASSERT(repeatCount > 0 && numSteps > 0 && steps); in CoherentBlendTest()
|
/third_party/weex-loader/deps/weex-styler/lib/ |
D | validator.js | 2734 repeatCount: ANYTHING_VALIDATOR, 2749 repeatCount: ANYTHING_VALIDATOR, 2766 repeatCount: ANYTHING_VALIDATOR,
|
/third_party/openGLES/specs/gl/katex/ |
D | katex.js | 4544 var repeatCount = Math.ceil( 4549 minHeight + repeatCount * middleFactor * repeatHeightTotal; 4573 for (i = 0; i < repeatCount; i++) { 4579 for (i = 0; i < repeatCount; i++) { 4583 for (i = 0; i < repeatCount; i++) {
|
/third_party/openGLES/specs/katex/ |
D | katex.js | 4544 var repeatCount = Math.ceil( 4549 minHeight + repeatCount * middleFactor * repeatHeightTotal; 4573 for (i = 0; i < repeatCount; i++) { 4579 for (i = 0; i < repeatCount; i++) { 4583 for (i = 0; i < repeatCount; i++) {
|