OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:convert_8_to_1
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/skia/src/core/
SkScalerContext.cpp
353
static inline int
convert_8_to_1
(unsigned byte) {
function
362
bits |=
convert_8_to_1
(alpha[i]);
390
bits |=
convert_8_to_1
(*src++) << shift;
/external/chromium_org/third_party/skia/src/ports/
SkFontHost_FreeType_common.cpp
252
static inline int
convert_8_to_1
(unsigned byte) {
function
262
bits |=
convert_8_to_1
(alpha[i]);
289
bits |=
convert_8_to_1
(*src++) << shift;
/external/skia/src/ports/
SkFontHost_FreeType_common.cpp
252
static inline int
convert_8_to_1
(unsigned byte) {
function
262
bits |=
convert_8_to_1
(alpha[i]);
289
bits |=
convert_8_to_1
(*src++) << shift;
/external/skia/src/core/
SkScalerContext.cpp
527
static inline int
convert_8_to_1
(unsigned byte) {
function
536
bits |=
convert_8_to_1
(alpha[i]);
564
bits |=
convert_8_to_1
(*src++) << shift;
[
all
...]
Completed in 104 milliseconds