Home
last modified time | relevance | path

Searched refs:look_up (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/tools/gpu/
DYUVUtils.cpp39 static uint8_t look_up(SkPoint normPt, const SkPixmap& pmap, SkColorChannel channel) { in look_up() function
97 yuva[c] = look_up(xy1, pmap, yuvaLocations[c].fChannel); in onGetPixels()
102 yuva[3] = look_up(xy1, pmap, aChan); in onGetPixels()
/third_party/flutter/skia/gm/
Dwacky_yuv_formats.cpp690 static uint8_t look_up(float x1, float y1, const SkBitmap& bm, SkColorChannel channel) { in look_up() function
778 uint8_t Y = look_up(x1, y1, in onGetPixels()
782 uint8_t U = look_up(x1, y1, in onGetPixels()
787 uint8_t V = look_up(x1, y1, in onGetPixels()
793 A = look_up(x1, y1, in onGetPixels()
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch51820 + X509_LOOKUP* look_up = nullptr;
51856 + look_up = X509_STORE_add_lookup(ca_store, X509_LOOKUP_file());
51857 + if (look_up == nullptr) {
51866 + X509_load_cert_crl_file(look_up, ROOT_CERT, X509_FILETYPE_PEM);