HomeSort by: relevance | last modified time | path
    Searched defs:gray (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl2/groff/dist/src/devices/xditview/
DviP.h 173 Pixmap gray[8]; member in struct:__anon9345
  /src/external/gpl2/groff/dist/src/libs/libdriver/
input.cpp 586 Process the gray shade setting command Df.
1273 ColorArg gray = 0; local
1287 case 'g': // DFg or mg: gray
1288 gray = get_color_arg();
1289 col->set_gray(gray);
1372 case 'f': // Df: set fill gray; obsoleted by DFg
1377 ColorArg gray = color_from_Df_command(arg); local
1378 current_env->fill->set_gray(gray);
  /src/external/mit/lua/dist/src/
lstate.h 68 ** Moreover, there is another set of lists that control gray objects.
70 ** can become gray have such a field. The field is not the same
71 ** in all objects, but it always has this name.) Any gray object
73 ** must be gray (with two exceptions explained below):
75 ** 'gray': regular gray objects, still waiting to be visited.
85 ** The exceptions to that "gray rule" are:
86 ** - TOUCHED2 objects in generational mode stay in a gray list (because
90 ** - Open upvales are kept gray to avoid barriers, but they stay out
91 ** of gray lists. (They don't even have a 'gclist' field.
281 GCObject *gray; \/* list of gray objects *\/ member in struct:global_State
    [all...]

Completed in 16 milliseconds