HomeSort by relevance Sort by last modified time
    Searched refs:y_offset (Results 26 - 50 of 167) sorted by null

12 3 4 5 6 7

  /external/libpng/
pnginfo.h 174 png_int_32 y_offset; /* y offset on page */ member in struct:png_info_def
  /external/mesa3d/src/gallium/auxiliary/gallivm/
f.cpp 91 const boost::math::ntl::RR& y_offset,
  /external/pdfium/third_party/libpng16/
pnginfo.h 174 png_int_32 y_offset; /* y offset on page */ member in struct:png_info_def
  /external/python/cpython3/Lib/turtledemo/
sorting_animate.py 52 y_offset = width / 2 * 20
53 d.sety(self.y + y_offset)
80 y_offset = width / 2 * 20
81 b.sety(self.y + y_offset)
  /hardware/qcom/display/msm8909/sdm/include/utils/
rect.h 54 LayerRect Reposition(const LayerRect &rect1, const int &x_offset, const int &y_offset);
  /hardware/qcom/display/msm8909w_3100/sdm/include/utils/
rect.h 53 LayerRect Reposition(const LayerRect &rect1, const int &x_offset, const int &y_offset);
  /hardware/qcom/display/msm8996/sdm/include/utils/
rect.h 53 LayerRect Reposition(const LayerRect &rect1, const int &x_offset, const int &y_offset);
  /hardware/qcom/display/msm8998/sdm/include/utils/
rect.h 53 LayerRect Reposition(const LayerRect &rect1, const int &x_offset, const int &y_offset);
  /external/webp/src/demux/
anim_decode.c 155 int y_offset, int width, int height) {
158 buf += y_offset * buf_stride + x_offset * NUM_CHANNELS;
284 const int dst_max_y = dst->y_offset + dst->height;
285 assert(canvas_y >= src->y_offset && canvas_y < (src->y_offset + src->height));
291 if (canvas_y < dst->y_offset || canvas_y >= dst_max_y ||
350 (iter.y_offset * width + iter.x_offset) * NUM_CHANNELS;
373 (iter.y_offset + y) * width + iter.x_offset;
385 const int canvas_y = iter.y_offset + y;
411 dec->prev_iter_.x_offset, dec->prev_iter_.y_offset,
    [all...]
  /external/ImageMagick/coders/
txt.c 392 y_offset;
499 &x_offset,&y_offset,&red,&alpha);
505 &y_offset,&red);
516 &x_offset,&y_offset,&red,&green,&blue,&black,&alpha);
521 &y_offset,&red,&green,&blue,&black);
530 &x_offset,&y_offset,&red,&green,&blue,&alpha);
535 &y_offset,&red,&green,&blue);
562 q=GetAuthenticPixels(image,(ssize_t) x_offset,(ssize_t) y_offset,1,1,
387 y_offset; local
  /external/freetype/src/sfnt/
pngshim.c 249 FT_Int y_offset,
272 y_offset < 0 )
280 (FT_UInt)y_offset + metrics->height > map->rows ||
432 rows[i] = map->buffer + ( y_offset + i ) * map->pitch + x_offset * 4;
  /external/harfbuzz_ng/src/
hb-fallback-shape.cc 140 &pos[i].y_offset);
test.cc 121 pos->y_offset,
hb-buffer-deserialize-text.hh 397 { if (!parse_int (tok, p, &pos.y_offset )) return false; }
445 { if (!parse_int (tok, p, &pos.y_offset )) return false; }
522 { if (!parse_int (tok, p, &pos.y_offset )) return false; }
hb-ot-layout-gpos-table.hh 118 if (format & yPlacement) glyph_pos.y_offset += font->em_scale_y (get_short (values++));
144 if (use_y_device) glyph_pos.y_offset += (base + get_device (values)).get_y_delta (font, store);
441 o.y_offset = base_y - mark_y;
946 pos[i].y_advance = exit_y + pos[i].y_offset;
948 d = entry_y + pos[j].y_offset;
950 pos[j].y_offset -= d;
953 d = exit_y + pos[i].y_offset;
955 pos[i].y_offset -= d;
975 hb_position_t y_offset = entry_y - exit_y; local
982 y_offset = -y_offset
    [all...]
  /external/skia/third_party/harfbuzz/
hb-buffer-deserialize-text.hh 397 { if (!parse_int (tok, p, &pos.y_offset )) return false; }
445 { if (!parse_int (tok, p, &pos.y_offset )) return false; }
522 { if (!parse_int (tok, p, &pos.y_offset )) return false; }
  /external/skqp/third_party/harfbuzz/
hb-buffer-deserialize-text.hh 397 { if (!parse_int (tok, p, &pos.y_offset )) return false; }
445 { if (!parse_int (tok, p, &pos.y_offset )) return false; }
522 { if (!parse_int (tok, p, &pos.y_offset )) return false; }
  /external/webp/src/mux/
muxedit.c 111 PutLE24(frame_bytes + 3, info->y_offset / 2);
299 tmp.y_offset &= ~1;
301 tmp.y_offset < 0 || tmp.y_offset >= MAX_POSITION_OFFSET ||
392 int* const x_offset, int* const y_offset, int* const duration) {
400 *y_offset = 2 * GetLE24(data->bytes + 3);
406 int* const x_offset, int* const y_offset,
415 err = GetFrameInfo(frame_chunk, x_offset, y_offset, duration);
441 int x_offset = 0, y_offset = 0, duration = 0, w = 0, h = 0; local
442 const WebPMuxError err = GetImageInfo(wpi, &x_offset, &y_offset,
    [all...]
  /hardware/qcom/display/msm8909/sdm/libs/hwc/
hwc_display_external.cpp 205 int y_offset = INT((FLOAT(mixer_height) * height_ratio) / 2.0f); local
210 y_offset;
214 + y_offset;
  /hardware/qcom/display/msm8909/sdm/libs/hwc2/
hwc_display_external.cpp 163 int y_offset = INT((FLOAT(mixer_height) * height_ratio) / 2.0f); local
168 y_offset;
172 + y_offset;
  /hardware/qcom/display/msm8909w_3100/sdm/libs/hwc/
hwc_display_external.cpp 205 int y_offset = INT((FLOAT(mixer_height) * height_ratio) / 2.0f); local
210 y_offset;
214 + y_offset;
  /hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/
hwc_display_external.cpp 163 int y_offset = INT((FLOAT(mixer_height) * height_ratio) / 2.0f); local
168 y_offset;
172 + y_offset;
  /hardware/qcom/display/msm8996/sdm/libs/hwc/
hwc_display_external.cpp 201 int y_offset = INT((FLOAT(mixer_height) * height_ratio) / 2.0f); local
206 y_offset;
210 + y_offset;
  /hardware/qcom/display/msm8996/sdm/libs/hwc2/
hwc_display_external.cpp 170 int y_offset = INT((FLOAT(mixer_height) * height_ratio) / 2.0f); local
175 y_offset;
179 + y_offset;
  /hardware/qcom/display/msm8998/sdm/libs/hwc2/
hwc_display_external.cpp 162 int y_offset = INT((FLOAT(mixer_height) * height_ratio) / 2.0f); local
167 y_offset;
171 + y_offset;

Completed in 371 milliseconds

12 3 4 5 6 7