Searched defs:tmy (Results 1 - 17 of 17) sorted by relevance

/external/skia/gm/
H A Dpictureshader.cpp18 SkShader::TileMode tmy; member in struct:__anon15861
155 kTileConfigs[tileMode].tmy, &localMatrix, nullptr));
164 kTileConfigs[tileMode].tmy,
H A Dtilemodes.cpp36 SkShader::TileMode tmx, SkShader::TileMode tmy) {
37 SkShader* shader = SkShader::CreateBitmapShader(bm, tmx, tmy);
35 setup(SkPaint* paint, const SkBitmap& bm, bool filter, SkShader::TileMode tmx, SkShader::TileMode tmy) argument
H A Dtilemodes_scaled.cpp36 SkShader::TileMode tmx, SkShader::TileMode tmy) {
37 SkShader* shader = SkShader::CreateBitmapShader(bm, tmx, tmy);
35 setup(SkPaint* paint, const SkBitmap& bm, SkFilterQuality filter_level, SkShader::TileMode tmx, SkShader::TileMode tmy) argument
/external/skia/src/image/
H A DSkImageShader.cpp15 SkImageShader::SkImageShader(const SkImage* img, TileMode tmx, TileMode tmy, const SkMatrix* matrix) argument
19 , fTileModeY(tmy)
/external/skia/samplecode/
H A DSampleTiling.cpp44 SkShader::TileMode tmx, SkShader::TileMode tmy) {
45 SkShader* shader = SkShader::CreateBitmapShader(bm, tmx, tmy);
43 setup(SkPaint* paint, const SkBitmap& bm, bool filter, SkShader::TileMode tmx, SkShader::TileMode tmy) argument
/external/skia/src/core/
H A DSkBitmapProcShader.cpp29 SkBitmapProcShader::SkBitmapProcShader(const SkBitmap& src, TileMode tmx, TileMode tmy, argument
34 fTileModeY = (uint8_t)tmy;
76 TileMode tmx, TileMode tmy,
86 SkBitmapProcState* state = new (stateStorage) SkBitmapProcState(provider, tmx, tmy);
241 SkShader::TileMode tmy, const SkMatrix* localMatrix,
259 shader = new SkBitmapProcShader(src, tmx, tmy, localMatrix);
261 shader = allocator->createT<SkBitmapProcShader>(src, tmx, tmy, localMatrix);
75 MakeContext(const SkShader& shader, TileMode tmx, TileMode tmy, const SkBitmapProvider& provider, const ContextRec& rec, void* storage) argument
240 SkCreateBitmapShader(const SkBitmap& src, SkShader::TileMode tmx, SkShader::TileMode tmy, const SkMatrix* localMatrix, SkTBlitterAllocator* allocator) argument
H A DSkBitmapProcState.cpp40 SkShader::TileMode tmx, SkShader::TileMode tmy)
45 fTileModeY = tmy;
49 SkShader::TileMode tmx, SkShader::TileMode tmy)
54 fTileModeY = tmy;
39 SkBitmapProcState(const SkBitmapProvider& provider, SkShader::TileMode tmx, SkShader::TileMode tmy) argument
48 SkBitmapProcState(const SkBitmap& bm, SkShader::TileMode tmx, SkShader::TileMode tmy) argument
H A DSkPictureShader.cpp32 SkShader::TileMode tmy,
38 , fTmy(tmy)
96 SkPictureShader::SkPictureShader(const SkPicture* picture, TileMode tmx, TileMode tmy, argument
102 , fTmy(tmy) {
105 SkShader* SkPictureShader::Create(const SkPicture* picture, TileMode tmx, TileMode tmy, argument
110 return new SkPictureShader(picture, tmx, tmy, localMatrix, tile);
29 BitmapShaderKey(uint32_t pictureID, const SkRect& tile, SkShader::TileMode tmx, SkShader::TileMode tmy, const SkSize& scale, const SkMatrix& localMatrix) argument
H A DSkShader.cpp232 SkShader* SkShader::CreateBitmapShader(const SkBitmap& src, TileMode tmx, TileMode tmy, argument
234 return SkCreateBitmapShader(src, tmx, tmy, localMatrix, nullptr);
237 SkShader* SkShader::CreatePictureShader(const SkPicture* src, TileMode tmx, TileMode tmy, argument
239 return SkPictureShader::Create(src, tmx, tmy, localMatrix, tile);
/external/icu/icu4c/source/tools/tzcode/
H A Dzdump.c782 register int tmy; local
787 for (tmy = oldp->tm_year; tmy < newp->tm_year; ++tmy)
788 result += DAYSPERNYEAR + isleap_sum(tmy, TM_YEAR_BASE);
/external/v8/src/s390/
H A Dassembler-s390.cc1780 void Assembler::tmy(const MemOperand& opnd, const Operand& imm) { function in class:v8::internal::Assembler
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 188 milliseconds