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

  /external/skia/gm/
ninepatchstretch.cpp 19 const int kFixed = 28;
21 const int kSize = 2*kFixed + kStretchy;
41 const SkScalar radius = SkIntToScalar(kFixed) - strokeWidth/2;
43 center->setXYWH(kFixed, kFixed, kStretchy, kStretchy);
50 r.setXYWH(SkIntToScalar(kFixed), 0, SkIntToScalar(kStretchy), SkIntToScalar(kSize));
53 r.setXYWH(0, SkIntToScalar(kFixed), SkIntToScalar(kSize), SkIntToScalar(kStretchy));
  /external/chromium_org/gpu/command_buffer/common/
cmd_buffer_common.h 21 kFixed = 0x0,
55 COMPILE_ASSERT(T::kArgFlags == cmd::kFixed, Cmd_kArgFlags_not_kFixed);
112 COMPILE_ASSERT(T::kArgFlags == cmd::kFixed, Cmd_kArgFlags_not_kFixed);
207 static const cmd::ArgFlags kArgFlags = cmd::kFixed;
247 static const cmd::ArgFlags kArgFlags = cmd::kFixed;
282 static const cmd::ArgFlags kArgFlags = cmd::kFixed;
398 static const cmd::ArgFlags kArgFlags = cmd::kFixed;
467 static const cmd::ArgFlags kArgFlags = cmd::kFixed;
gles2_cmd_format_autogen.h 15 static const cmd::ArgFlags kArgFlags = cmd::kFixed;
49 static const cmd::ArgFlags kArgFlags = cmd::kFixed;
87 static const cmd::ArgFlags kArgFlags = cmd::kFixed;
190 static const cmd::ArgFlags kArgFlags = cmd::kFixed;
233 static const cmd::ArgFlags kArgFlags = cmd::kFixed;
271 static const cmd::ArgFlags kArgFlags = cmd::kFixed;
309 static const cmd::ArgFlags kArgFlags = cmd::kFixed;
347 static const cmd::ArgFlags kArgFlags = cmd::kFixed;
385 static const cmd::ArgFlags kArgFlags = cmd::kFixed;
433 static const cmd::ArgFlags kArgFlags = cmd::kFixed;
    [all...]
gles2_cmd_format.h 185 static const cmd::ArgFlags kArgFlags = cmd::kFixed;
311 static const cmd::ArgFlags kArgFlags = cmd::kFixed;
366 static const cmd::ArgFlags kArgFlags = cmd::kFixed;
492 static const cmd::ArgFlags kArgFlags = cmd::kFixed;
547 static const cmd::ArgFlags kArgFlags = cmd::kFixed;
  /external/sfntly/cpp/src/sfntly/data/
font_data.h 39 kFixed = 4,
  /external/sfntly/cpp/src/sfntly/table/bitmap/
ebdt_table.h 32 kHeaderLength = DataSize::kFixed,
ebsc_table.h 31 kNumSizes = DataSize::kFixed,
  /external/chromium_org/gpu/command_buffer/client/
cmd_buffer_helper.h 102 COMPILE_ASSERT(T::kArgFlags == cmd::kFixed, Cmd_kArgFlags_not_kFixed);
  /external/chromium_org/gpu/command_buffer/service/
common_decoder.cc 144 if ((info.arg_flags == cmd::kFixed && arg_count == info_arg_count) ||
common_decoder_unittest.cc 166 COMPILE_ASSERT(T::kArgFlags == cmd::kFixed, Cmd_kArgFlags_not_kFixed);
gles2_cmd_decoder_unittest_base.h 73 COMPILE_ASSERT(T::kArgFlags == cmd::kFixed, Cmd_kArgFlags_not_kFixed);
gles2_cmd_decoder.cc     [all...]
  /external/chromium_org/courgette/
adjustment_method_2.cc 470 kFixed = 0, // kind & kVariable == 0 => fixed.
478 // --> <kFixed+0, kVariable+1, kFixed+2, kVariable+1, kFixed+0>
665 kind = kFixed + i;
    [all...]

Completed in 422 milliseconds