OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:border_texels_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/cc/base/
tiling_data.cc
27
:
border_texels_
(0) {
36
border_texels_
(has_border_texels ? 1 : 0) {
45
border_texels_
(border_texels) {
60
border_texels_
= has_border_texels ? 1 : 0;
65
border_texels_
= border_texels;
73
DCHECK_GT(max_texture_size_.width() - 2 *
border_texels_
, 0);
74
int x = (src_position -
border_texels_
) /
75
(max_texture_size_.width() - 2 *
border_texels_
);
83
DCHECK_GT(max_texture_size_.height() - 2 *
border_texels_
, 0);
84
int y = (src_position -
border_texels_
) /
[
all
...]
tiling_data.h
38
int border_texels() const { return
border_texels_
; }
197
int
border_texels_
;
member in class:cc::TilingData
Completed in 321 milliseconds