Searched defs:repeatTimes (Results 1 - 2 of 2) sorted by relevance

/external/icu4c/test/cintltst/
H A Dstdnmtst.c175 int32_t idx, len, repeatTimes = 3; local
190 while (repeatTimes-- > 0) {
226 int32_t idx, repeatTimes = 3; local
242 while (repeatTimes-- > 0) {
/external/webkit/Source/WebCore/platform/graphics/android/layers/
H A DBaseLayerAndroid.cpp188 const IntPoint& repeatTimes,
200 int nbX = repeatTimes.x();
201 int nbY = repeatTimes.y();
252 const IntPoint& repeatTimes,
258 int nbX = repeatTimes.x();
259 int nbY = repeatTimes.y();
305 IntPoint repeatTimes(position->nbRepeatX(), position->nbRepeatY());
318 repeatTimes, startPoint,
322 drawRepeatedGrid(imageTexture, position, repeatTimes, startPoint,
186 drawSimpleQuad(ImageTexture* imageTexture, BackgroundImagePositioning* position, const IntPoint& repeatTimes, const FloatPoint& startPoint, const FloatPoint& origin, const Color& backgroundColor) argument
250 drawRepeatedGrid(ImageTexture* imageTexture, BackgroundImagePositioning* position, const IntPoint& repeatTimes, const FloatPoint& startPoint, const FloatPoint& origin, const Color& backgroundColor) argument

Completed in 55 milliseconds