OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:border_texels
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/cc/resources/
layer_tiling_data.cc
40
bool
border_texels
= border_texel_option == HAS_BORDER_TEXELS;
local
41
if (has_border_texels() ==
border_texels
)
45
tiling_data_.SetHasBorderTexels(
border_texels
);
/external/chromium_org/cc/base/
tiling_data.h
32
int
border_texels
);
40
int
border_texels
() const { return border_texels_; }
function in class:cc::TilingData
42
void SetBorderTexels(int
border_texels
);
Completed in 486 milliseconds