HomeSort by relevance Sort by last modified time
    Searched refs:bg (Results 1 - 25 of 246) sorted by null

1 2 3 4 5 6 7 8 910

  /external/clang/test/CodeGenCXX/
cfi-nvcall.cpp 17 // CHECK-LABEL: @bg
18 // CHECK-STRICT-LABEL: @bg
19 extern "C" void bg(B *b) { function
2007-04-10-PackedUnion.cpp 21 XYZ bg; member in union:ABCU
static-init-3.cpp 27 X2< B > bg = X1< X2< B > >::get(); variable
  /system/extras/ext4_utils/
allocate.c 155 reg->bg = bg_num;
161 static void allocate_bg_inode_table(struct block_group_info *bg)
163 if (bg->inode_table != NULL)
166 u32 block = bg->first_block + 2;
168 if (bg->has_superblock)
171 bg->inode_table = calloc(aux_info.inode_table_blocks, info.block_size);
172 if (bg->inode_table == NULL)
175 sparse_file_add_data(ext4_sparse_file, bg->inode_table,
178 bg->flags &= ~EXT4_BG_INODE_UNINIT;
199 static int reserve_blocks(struct block_group_info *bg, u32 bg_num, u32 start, u32 num
245 struct block_group_info *bg = &aux_info.bgs[last_reg->bg]; local
665 int bg = inode \/ info.inodes_per_group; local
728 unsigned int bg; local
749 int bg = (inode - 1) \/ info.inodes_per_group; local
    [all...]
allocate.h 27 int bg; member in struct:region
78 u32 get_free_blocks(u32 bg);
79 u32 get_free_inodes(u32 bg);
80 u32 reserve_inodes(int bg, u32 inodes);
82 u16 get_directories(int bg);
83 u16 get_bg_flags(int bg);
93 u32 block, u32 len, int bg);
99 void reserve_bg_chunk(int bg, u32 start_block, u32 size);
  /development/samples/SupportLeanbackDemos/src/com/example/android/leanback/
VerticalGridActivity.java 28 getWindow().setBackgroundDrawableResource(R.drawable.bg);
VerticalGridSupportActivity.java 30 getWindow().setBackgroundDrawableResource(R.drawable.bg);
  /external/opencv3/modules/calib3d/test/
test_chessboardgenerator.hpp 21 Mat operator()(const Mat& bg, const Mat& camMat, const Mat& distCoeffs, std::vector<Point2f>& corners) const;
22 Mat operator()(const Mat& bg, const Mat& camMat, const Mat& distCoeffs, const Size2f& squareSize, std::vector<Point2f>& corners) const;
23 Mat operator()(const Mat& bg, const Mat& camMat, const Mat& distCoeffs, const Size2f& squareSize, const Point3f& pos, std::vector<Point2f>& corners) const;
29 Mat generateChessBoard(const Mat& bg, const Mat& camMat, const Mat& distCoeffs,
test_chessboardgenerator.cpp 109 Mat cv::ChessBoardGenerator::generateChessBoard(const Mat& bg, const Mat& camMat, const Mat& distCoeffs,
163 result = bg.clone();
170 resize(bg, tmp, bg.size() * rendererResolutionMultiplier);
173 resize(tmp, result, bg.size(), 0, 0, INTER_AREA);
179 Mat cv::ChessBoardGenerator::operator ()(const Mat& bg, const Mat& camMat, const Mat& distCoeffs, vector<Point2f>& corners) const
185 calibrationMatrixValues( camMat, bg.size(), sensorWidth, sensorHeight,
220 bool inrect1 = pts2d[0].x < bg.cols && pts2d[0].y < bg.rows && pts2d[0].x > 0 && pts2d[0].y > 0;
221 bool inrect2 = pts2d[1].x < bg.cols && pts2d[1].y < bg.rows && pts2d[1].x > 0 && pts2d[1].y > 0
    [all...]
test_chesscorners_badarg.cpp 104 Mat bg(800, 600, CV_8U, Scalar(0));
106 camMat << 300.f, 0.f, bg.cols/2.f, 0, 300.f, bg.rows/2.f, 0.f, 0.f, 1.f;
112 Mat cb = cbg(bg, camMat, distCoeffs, exp_corn);
  /external/llvm/include/llvm/Support/
Process.h 170 static const char *OutputColor(char c, bool bold, bool bg);
173 static const char *OutputBold(bool bg);
  /frameworks/base/tests/RenderThreadTest/src/com/example/renderthread/
SubActivity.java 50 View bg = findViewById(R.id.bg_container); local
51 bg.setAlpha(0f);
52 bg.animate().alpha(1f).setDuration(MainActivity.DURATION);
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
ActionBarContainer.java 57 final Drawable bg = Build.VERSION.SDK_INT >= 21 local
60 setBackgroundDrawable(bg);
86 public void setPrimaryBackground(Drawable bg) {
91 mBackground = bg;
92 if (bg != null) {
93 bg.setCallback(this);
104 public void setStackedBackground(Drawable bg) {
109 mStackedBackground = bg;
110 if (bg != null) {
111 bg.setCallback(this)
    [all...]
  /external/harfbuzz_ng/util/
ansi-print.cc 162 bg (0), fg (0), unicolor (true),
177 bg = 0;
179 if (freq[bg] < freq[i])
180 bg = i;
183 if (i != bg && freq[fg] < freq[i])
185 if (fg == bg || freq[fg] == 0) {
186 fg = bg;
199 color_t bgc = color_t::from_ansi (bg);
218 unsigned int bg;
399 if (last_bg != bi.bg) {
    [all...]
  /prebuilts/misc/darwin-x86_64/sdl2_ttf/include/SDL2/
SDL_ttf.h 183 const char *text, SDL_Color fg, SDL_Color bg);
185 const char *text, SDL_Color fg, SDL_Color bg);
187 const Uint16 *text, SDL_Color fg, SDL_Color bg);
197 Uint16 ch, SDL_Color fg, SDL_Color bg);
234 #define TTF_RenderText(font, text, fg, bg) \
235 TTF_RenderText_Shaded(font, text, fg, bg)
236 #define TTF_RenderUTF8(font, text, fg, bg) \
237 TTF_RenderUTF8_Shaded(font, text, fg, bg)
238 #define TTF_RenderUNICODE(font, text, fg, bg) \
239 TTF_RenderUNICODE_Shaded(font, text, fg, bg)
    [all...]
  /prebuilts/misc/windows/sdl2_ttf/i686-w64-mingw32/include/SDL2/
SDL_ttf.h 183 const char *text, SDL_Color fg, SDL_Color bg);
185 const char *text, SDL_Color fg, SDL_Color bg);
187 const Uint16 *text, SDL_Color fg, SDL_Color bg);
197 Uint16 ch, SDL_Color fg, SDL_Color bg);
234 #define TTF_RenderText(font, text, fg, bg) \
235 TTF_RenderText_Shaded(font, text, fg, bg)
236 #define TTF_RenderUTF8(font, text, fg, bg) \
237 TTF_RenderUTF8_Shaded(font, text, fg, bg)
238 #define TTF_RenderUNICODE(font, text, fg, bg) \
239 TTF_RenderUNICODE_Shaded(font, text, fg, bg)
    [all...]
  /prebuilts/misc/windows/sdl2_ttf/x86_64-w64-mingw32/include/SDL2/
SDL_ttf.h 183 const char *text, SDL_Color fg, SDL_Color bg);
185 const char *text, SDL_Color fg, SDL_Color bg);
187 const Uint16 *text, SDL_Color fg, SDL_Color bg);
197 Uint16 ch, SDL_Color fg, SDL_Color bg);
234 #define TTF_RenderText(font, text, fg, bg) \
235 TTF_RenderText_Shaded(font, text, fg, bg)
236 #define TTF_RenderUTF8(font, text, fg, bg) \
237 TTF_RenderUTF8_Shaded(font, text, fg, bg)
238 #define TTF_RenderUNICODE(font, text, fg, bg) \
239 TTF_RenderUNICODE_Shaded(font, text, fg, bg)
    [all...]
  /external/fio/
graph.c 237 static void draw_bars(struct graph *bg, cairo_t *cr, struct graph_label *lb,
247 range = (double) bg->ydim * 0.80; /* FIXME */
256 y2 = bg->ydim * 0.90;
436 void bar_graph_draw(struct graph *bg, cairo_t *cr)
446 cairo_translate(cr, bg->xoffset, bg->yoffset);
447 graph_draw_common(bg, cr, &x1, &y1, &x2, &y2);
449 nlabels = count_labels(bg);
456 mindata = find_min_data(bg);
460 maxdata = find_max_data(bg);
    [all...]
  /external/skia/gm/
color4f.cpp 71 SkPaint bg; local
74 bg.setColor(0xFFFFFFFF);
81 surface->getCanvas()->drawPaint(bg);
  /external/libvncserver/libvncclient/
hextile.c 35 CARDBPP bg, fg; local
64 if (!ReadFromRFBServer(client, (char *)&bg, sizeof(bg)))
67 FillRectangle(client, x, y, w, h, bg);
  /external/libpng/contrib/gregbook/
rpng2-x.c 167 #define alpha_composite(composite, fg, alpha, bg) { \
169 (ush)(bg)*(ush)(255 - (ush)(alpha)) + (ush)128); \
265 } bg[] = { variable in typeref:struct:background_pattern
284 static int num_bgpat = sizeof(bg) / sizeof(struct background_pattern);
476 "%s [-display xdpy] [-gamma exp] [-bgcolor bg | -bgpat pat]\n"
492 " bg \tdesired background color in 7-character hex RGB format\n"
    [all...]
rpng2-win.c 157 #define alpha_composite(composite, fg, alpha, bg) { \
159 (ush)(bg)*(ush)(255 - (ush)(alpha)) + (ush)128); \
242 } bg[] = { variable in typeref:struct:background_pattern
260 static int num_bgpat = sizeof(bg) / sizeof(struct background_pattern);
451 "Usage: %s [-gamma exp] [-bgcolor bg | -bgpat pat] [-timing]\n"
457 " bg \tdesired background color in 7-character hex RGB format\n"
841 int invert_gradient2 = (bg[pat].type & 0x08);
864 if ((bg[pat].type & 0x07) == 0) {
865 uch r1_min = rgb[bg[pat].rgb1_min].r;
866 uch g1_min = rgb[bg[pat].rgb1_min].g
    [all...]
  /external/libvncserver/libvncserver/
hextile.c 96 int w, int h, uint##bpp##_t bg, uint##bpp##_t fg, rfbBool mono);\
98 rfbBool *solid, uint##bpp##_t *bg, uint##bpp##_t *fg); \
110 uint##bpp##_t bg = 0, fg = 0, newBg, newFg; \
145 if (!validBg || (newBg != bg)) { \
147 bg = newBg; \
149 PUT_PIXEL##bpp(bg); \
170 if (!subrectEncode##bpp(cl, clientPixelData, w, h, bg, fg, mono)) { \
197 uint##bpp##_t bg, uint##bpp##_t fg, rfbBool mono) \
219 if (line[x] != bg) { \
280 data[j*w+i] = bg; \
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
ScrollerComponent.java 94 TiledBackgroundVertexGrid bg = drawableFactory.allocateTiledBackgroundVertexGrid(); local
95 bg.setGrid(mVertGrid);
96 background = bg;
  /frameworks/base/core/java/com/android/internal/widget/
ActionBarContainer.java 87 public void setPrimaryBackground(Drawable bg) {
92 mBackground = bg;
93 if (bg != null) {
94 bg.setCallback(this);
105 public void setStackedBackground(Drawable bg) {
110 mStackedBackground = bg;
111 if (bg != null) {
112 bg.setCallback(this);
123 public void setSplitBackground(Drawable bg) {
128 mSplitBackground = bg;
    [all...]

Completed in 4052 milliseconds

1 2 3 4 5 6 7 8 910