OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bbp
(Results
1 - 6
of
6
) sorted by null
/external/wpa_supplicant_8/src/wps/
httpread.c
401
char *
bbp
; /* pointer into body buffer */
local
541
bbp
= h->body + h->body_nbytes;
548
if (
bbp
-cbp >= 2 &&
bbp
[-2] == '\r' &&
549
bbp
[-1] == '\n') {
561
bbp
= cbp;
585
if (
bbp
[-1] == '\n' &&
586
bbp
[-2] == '\r') {
590
bbp
-= 2;
615
*
bbp
++ = *rbp++
[
all
...]
/external/chromium_org/ui/gfx/codec/
png_codec.cc
745
static const int
bbp
= 4;
local
749
DCHECK_EQ(input.bytesPerPixel(),
bbp
);
750
DCHECK_GE(static_cast<int>(input.rowBytes()), input.width() *
bbp
);
763
static const int
bbp
= 4;
local
767
DCHECK_EQ(input.bytesPerPixel(),
bbp
);
768
DCHECK_GE(static_cast<int>(input.rowBytes()), input.width() *
bbp
);
/external/chromium_org/third_party/skia/src/gpu/
SkGrFontScaler.cpp
183
const int
bbp
= GrMaskFormatBytesPerPixel(this->getMaskFormat());
local
185
memcpy(dst, src, width *
bbp
);
/external/skia/src/gpu/
SkGrFontScaler.cpp
183
const int
bbp
= GrMaskFormatBytesPerPixel(this->getMaskFormat());
local
185
memcpy(dst, src, width *
bbp
);
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
xorg_exa.c
134
exa_get_pipe_format(int depth, enum pipe_format *format, int *
bbp
, int *picture_format)
140
assert(*
bbp
== 32);
145
assert(*
bbp
== 32);
150
assert(*
bbp
== 16);
155
assert(*
bbp
== 16);
160
assert(*
bbp
== 8);
/external/mesa3d/src/gallium/state_trackers/xorg/
xorg_exa.c
134
exa_get_pipe_format(int depth, enum pipe_format *format, int *
bbp
, int *picture_format)
140
assert(*
bbp
== 32);
145
assert(*
bbp
== 32);
150
assert(*
bbp
== 16);
155
assert(*
bbp
== 16);
160
assert(*
bbp
== 8);
Completed in 947 milliseconds