OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LastBorderTileYIndexFromSrcCoord
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/cc/base/
tiling_data.h
53
int
LastBorderTileYIndexFromSrcCoord
(int src_position) const;
tiling_data.cc
119
int TilingData::
LastBorderTileYIndexFromSrcCoord
(int src_position) const {
154
int index_bottom =
LastBorderTileYIndexFromSrcCoord
(rect.bottom() - 1);
322
bottom_ = tiling_data_->
LastBorderTileYIndexFromSrcCoord
(rect.bottom() - 1);
tiling_data_unittest.cc
75
return tiling.
LastBorderTileYIndexFromSrcCoord
(y_coord);
483
TEST(TilingDataTest,
LastBorderTileYIndexFromSrcCoord
) {
[
all
...]
Completed in 185 milliseconds