Home
last modified time | relevance | path

Searched refs:is_tiled (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/src/pdf/
DSkPDFShader.cpp72 static bool is_tiled(SkTileMode m) { return SkTileMode::kMirror == m || SkTileMode::kRepeat == m; } in is_tiled() function
99 if (is_tiled(tileModesX) || is_tiled(tileModesY)) { in make_image_shader()
/third_party/flutter/skia/src/pdf/
DSkPDFShader.cpp71 static bool is_tiled(SkTileMode m) { return SkTileMode::kMirror == m || SkTileMode::kRepeat == m; } in is_tiled() function
98 if (is_tiled(tileModesX) || is_tiled(tileModesY)) { in make_image_shader()
/third_party/boost/boost/gil/extension/io/tiff/detail/
Dreader_backend.hpp84 if( _io_dev.is_tiled() ) in read_header()
Ddevice.hpp152 bool is_tiled() const in is_tiled() function in boost::gil::detail::tiff_device_base
Dread.hpp392 if( this->_io_dev.is_tiled() ) in read_data()
/third_party/ffmpeg/libavcodec/
Dtiff.c100 int is_tiled; member
1425 s->is_tiled = 1; in tiff_decode_tag()
1813 s->is_tiled = 0; in decode_frame()
1914 if (!s->is_tiled && !s->strippos && !s->stripoff) { in decode_frame()
1919 …has_tile_bits = s->is_tiled || s->tile_byte_counts_offset || s->tile_offsets_offset || s->tile_wi… in decode_frame()
1923 int tiled_dng = s->is_tiled && is_dng; in decode_frame()
1933 if (!s->is_tiled || has_strip_bits) { in decode_frame()
1967 if (is_dng && s->is_tiled) { in decode_frame()