Home
last modified time | relevance | path

Searched defs:has_border_texels (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/cc/base/
Dtiling_data_unittest.cc18 bool has_border_texels) { in NumTiles()
32 bool has_border_texels, in XIndex()
40 bool has_border_texels, in YIndex()
48 bool has_border_texels, in MinBorderXIndex()
56 bool has_border_texels, in MinBorderYIndex()
64 bool has_border_texels, in MaxBorderXIndex()
72 bool has_border_texels, in MaxBorderYIndex()
80 bool has_border_texels, in PosX()
88 bool has_border_texels, in PosY()
96 bool has_border_texels, in SizeX()
[all …]
Dtiling_data.cc33 bool has_border_texels) in TilingData()
59 void TilingData::SetHasBorderTexels(bool has_border_texels) { in SetHasBorderTexels()
/external/chromium_org/cc/resources/
Dlayer_tiling_data.h48 bool has_border_texels() const { return !!tiling_data_.border_texels(); } in has_border_texels() function