HomeSort by relevance Sort by last modified time
    Searched full:gsize (Results 1 - 25 of 32) sorted by null

1 2

  /external/skia/samplecode/
SampleStrokeRect.cpp 38 static const SkISize gSize[] = {
56 for (size_t j = 0; j < SK_ARRAY_COUNT(gSize); ++j) {
57 SkRect r = SkRect::MakeWH(SkIntToScalar(gSize[j].fWidth),
58 SkIntToScalar(gSize[j].fHeight));
  /external/elfutils/libelf/
elf_compress_gnu.c 161 uint64_t gsize; local
162 memcpy (&gsize, data->d_buf + 4, sizeof gsize);
163 gsize = be64toh (gsize);
169 if (gsize + 4 + 8 + 6 + 5 < data->d_size || gsize > SIZE_MAX)
175 size_t size = gsize;
  /external/skia/gm/
drawminibitmaprect.cpp 62 static const int gSize = 1024;
79 SkISize onISize() override { return SkISize::Make(gSize, gSize); }
122 if ((dstRect.width() + 2 * kPadX) * rowCount > gSize) {
drawbitmaprect.cpp 116 static const int gSize = 1024;
136 SkISize onISize() override { return SkISize::Make(gSize, gSize); }
154 canvas->drawBitmapRect(fLargeBitmap, SkRect::MakeIWH(gSize, gSize), &paint);
194 if ((dstRect.width() + kPadX) * rowCount > gSize) {
  /external/harfbuzz_ng/test/api/
hb-test.h 209 gsize data_size,
222 void (*add_vtable) (const char*, gsize, gconstpointer, \
226 = (void (*) (const gchar *, gsize, gconstpointer, \
237 gsize data_size,
250 void (*add_vtable) (const char*, const char *, gsize, gconstpointer, \
254 = (void (*) (const gchar *, const char *, gsize, gconstpointer, \
  /external/avahi/avahi-gobject/
ga-entry-group.h 134 const void *rdata, gsize size, GError ** error);
144 gsize size, GError ** error);
158 gsize size, GError ** error);
ga-entry-group.c 75 gsize size;
257 static GaEntryGroupServiceEntry *_new_entry(const guint8 * value, gsize size) {
274 static void _set_entry(GHashTable * table, const guint8 * key, gsize ksize,
275 const guint8 * value, gsize vsize) {
302 gsize size;
469 const void *rdata, gsize size, GError ** error) {
485 gsize size, GError ** error) {
545 gsize size, GError ** error) {
  /external/lzma/CPP/7zip/
GuiCommon.rc 30 #undef gSize
  /external/harfbuzz_ng/src/
hb-gobject-enums.cc.tmpl 51 static gsize type_id = 0;
hb-gobject-structs.cc 44 static gsize type_id = 0; \
hb-glib.cc 350 gsize utf8_len, utf8_decomposed_len, i;
393 gsize size = 0;
  /external/skia/include/core/
SkImageInfo.h 90 static const uint8_t gSize[] = {
101 static_assert(SK_ARRAY_COUNT(gSize) == (size_t)(kLastEnum_SkColorType + 1),
104 SkASSERT((size_t)ct < SK_ARRAY_COUNT(gSize));
105 return gSize[ct];
  /external/libdrm/omap/
omap_drm.c 236 union omap_gem_size gsize = { local
242 return omap_bo_new_impl(dev, gsize, flags);
250 union omap_gem_size gsize = { local
259 return omap_bo_new_impl(dev, gsize, flags);
  /external/ImageMagick/MagickCore/
accelerate.c 438 gsize[1], local
504 gsize[0]=workItemCount;
539 outputReady=EnqueueOpenCLKernel(queue,addNoiseKernel,1,(const size_t *) NULL,gsize,
630 gsize[2], local
695 gsize[0]=chunkSize*((image->columns+chunkSize-1)/chunkSize);
696 gsize[1]=image->rows;
700 outputReady=EnqueueOpenCLKernel(queue,blurRowKernel,2,(size_t *) NULL,gsize,
730 gsize[0]=image->columns;
731 gsize[1]=chunkSize*((image->rows+chunkSize-1)/chunkSize);
735 outputReady=EnqueueOpenCLKernel(queue,blurColumnKernel,2,(size_t *) NULL,gsize,
2826 gsize[2], local
2964 gsize[2], local
3259 size_t gsize[2]; local
3303 size_t gsize[2]; local
4029 gsize[2], local
4211 gsize[2], local
4606 gsize[2], local
4797 gsize[2], local
4972 gsize[2], local
5126 gsize[2], local
    [all...]
  /system/connectivity/shill/
key_file_store.cc 115 gsize length = 0;
148 gsize length = 0;
337 gsize length = 0;
  /external/lzma/CPP/7zip/UI/FileManager/
ProgressDialog2.cpp 496 int gSize;
508 gSize = labelSize + valueSize;
509 padSize = xSizeClient - gSize * 2;
512 labelSize = gSize - valueSize;
523 x = mx + gSize + padSize;
  /external/mesa3d/src/mesa/state_tracker/
st_atom_pixeltransfer.c 97 const GLuint gSize = ctx->PixelMaps.GtoG.Size;
121 rgba[1] = ctx->PixelMaps.GtoG.Map[i * gSize / texSize];
  /external/selinux/policycoreutils/restorecond/
user.c 117 gsize bytes_read;
  /external/autotest/client/deps/fakegudev/src/
fakegudev.c 183 gsize num_groups, group_iter;
199 gsize num_keys, key_iter;
  /external/autotest/client/deps/fakemodem/src/
fakemodem.c 97 gsize len, term;
355 gsize term;
  /external/dbus/test/
marshal.c 55 gsize offset,
  /external/opencv3/modules/imgproc/src/
corner.cpp 480 size_t gSize = blockSizeX - block_size / 2 * 2;
481 size_t globalSizeX = (Dx.cols) % gSize == 0 ? Dx.cols / gSize * blockSizeX : (Dx.cols / gSize + 1) * blockSizeX;
  /external/curl/docs/examples/
ghiper.c 322 gsize len, tp;
  /external/llvm/lib/Support/
GraphWriter.cpp 229 args.push_back("-Gsize=7.5,10");
  /external/harfbuzz_ng/util/
options.cc 528 gsize l;

Completed in 747 milliseconds

1 2