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

  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout-gpos-table.hh 203 inline bool sanitize_values_stride_unsafe (hb_sanitize_context_t *c, void *base, Value *values, unsigned int count, unsigned int stride) { function in struct:OT::ValueFormat
641 return TRACE_RETURN (closure->valueFormats[0].sanitize_values_stride_unsafe (c, closure->base, &record->values[0], count, closure->stride)
642 && closure->valueFormats[1].sanitize_values_stride_unsafe (c, closure->base, &record->values[closure->len1], count, closure->stride));
786 valueFormat1.sanitize_values_stride_unsafe (c, this, &values[0], count, stride) &&
787 valueFormat2.sanitize_values_stride_unsafe (c, this, &values[len1], count, stride));
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-layout-gpos-table.hh 203 inline bool sanitize_values_stride_unsafe (hb_sanitize_context_t *c, void *base, Value *values, unsigned int count, unsigned int stride) { function in struct:OT::ValueFormat
641 return TRACE_RETURN (closure->valueFormats[0].sanitize_values_stride_unsafe (c, closure->base, &record->values[0], count, closure->stride)
642 && closure->valueFormats[1].sanitize_values_stride_unsafe (c, closure->base, &record->values[closure->len1], count, closure->stride));
786 valueFormat1.sanitize_values_stride_unsafe (c, this, &values[0], count, stride) &&
787 valueFormat2.sanitize_values_stride_unsafe (c, this, &values[len1], count, stride));
    [all...]

Completed in 630 milliseconds