HomeSort by relevance Sort by last modified time
    Searched refs:Stretch (Results 1 - 2 of 2) sorted by null

  /external/skia/tests/
RecordTest.cpp 40 struct Stretch {
71 Stretch stretch; local
72 stretch.apply(&record);
  /external/skia/src/gpu/
SkGr.cpp 89 enum Stretch {
95 static Stretch get_stretch_type(const GrContext* ctx, int width, int height,
111 static bool make_stretched_key(const GrUniqueKey& origKey, Stretch stretch,
113 if (origKey.isValid() && kNo_Stretch != stretch) {
116 builder[0] = stretch;
141 Stretch stretch,
145 if (kNo_Stretch != stretch) {
146 make_stretched_key(*key, stretch, stretchedKey)
495 Stretch stretch = get_stretch_type(ctx, bitmap.width(), bitmap.height(), params); local
531 Stretch stretch = get_stretch_type(ctx, bitmap.width(), bitmap.height(), params); local
    [all...]

Completed in 400 milliseconds