OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:y_offset_
(Results
1 - 4
of
4
) sorted by null
/external/sfntly/cpp/src/sfntly/table/bitmap/
composite_bitmap_glyph.cc
67
y_offset_
(rhs.
y_offset_
) {
79
y_offset_
= rhs.
y_offset_
;
86
: glyph_code_(glyph_code), x_offset_(x_offset),
y_offset_
(y_offset) {
composite_bitmap_glyph.h
33
int32_t y_offset() { return
y_offset_
; }
45
int32_t
y_offset_
;
member in class:sfntly::CompositeBitmapGlyph::Component
/external/webp/src/mux/
anim_encode.c
37
int x_offset_,
y_offset_
, width_, height_;
member in struct:__anon49475
211
ClearRectangle(picture, rect->x_offset_, rect->
y_offset_
,
427
assert(rect->
y_offset_
+ rect->height_ <= dst->height);
432
&src->argb[rect->
y_offset_
* src->argb_stride + i];
434
&dst->argb[rect->
y_offset_
* dst->argb_stride + i];
448
&src->argb[rect->
y_offset_
* src->argb_stride + i];
450
&dst->argb[rect->
y_offset_
* dst->argb_stride + i];
461
for (j = rect->
y_offset_
; j < rect->
y_offset_
+ rect->height_; ++j) {
469
++rect->
y_offset_
;
[
all
...]
/external/webp/src/demux/
demux.c
44
int x_offset_,
y_offset_
;
member in struct:Frame
320
frame->
y_offset_
= 2 * ReadLE24s(mem);
579
if (frame->x_offset_ != 0 || frame->
y_offset_
!= 0) {
586
if (frame->x_offset_ < 0 || frame->
y_offset_
< 0) return 0;
588
if (frame->height_ + frame->
y_offset_
> canvas_height) return 0;
838
iter->y_offset = frame->
y_offset_
;
Completed in 142 milliseconds