HomeSort by relevance Sort by last modified time
    Searched refs:size_index (Results 1 - 11 of 11) sorted by null

  /external/sfntly/cpp/src/sfntly/table/bitmap/
eblc_table.cc 116 int32_t size_index = 0; local
135 size_index, size_table_offset,
138 size_index++;
215 size_t size_index = 0; local
223 size_index++, size_builder_size, size_builder_size);
252 int32_t size_index = 0; local
258 fprintf(stderr, "size table = %d\n", size_index++);
  /external/chromium_org/ash/wm/workspace/
snap_sizer.h 62 // Returns the target bounds based on the edge and the provided |size_index|.
64 gfx::Rect GetTargetBoundsForSize(size_t size_index) const;
snap_sizer.cc 163 gfx::Rect SnapSizer::GetTargetBoundsForSize(size_t size_index) const {
176 DCHECK(size_index < usable_width_.size());
177 width = usable_width_[size_index];
  /external/chromium_org/third_party/freetype/include/freetype/internal/
ftdriver.h 61 FT_ULong size_index );