Home
last modified time | relevance | path

Searched refs:PRIVATE (Results 1 – 25 of 5283) sorted by relevance

12345678910>>...212

/dports/emulators/aranym/aranym-1.1.0/src/uae_cpu/fpu/
H A Dfpu_x86.h40 #undef PRIVATE
41 #define PRIVATE static macro
61 PRIVATE fpu_register const_pi;
62 PRIVATE fpu_register const_lg2;
63 PRIVATE fpu_register const_l2e;
64 PRIVATE fpu_register const_z;
65 PRIVATE fpu_register const_ln2;
66 PRIVATE fpu_register const_1;
69 PRIVATE fpu_register const_e;
72 PRIVATE fpu_register const_1e1;
[all …]
/dports/graphics/Coin/coin-Coin-4.0.0/src/rendering/
H A DSoRenderManager.cpp270 PRIVATE(this)->redrawshot->setPriority(PRIVATE(this)->redrawpri); in SoRenderManager()
288 if (PRIVATE(this)->deleteglaction) delete PRIVATE(this)->glaction; in ~SoRenderManager()
306 delete PRIVATE(this); in ~SoRenderManager()
601 PRIVATE(this)->audiorenderaction->apply(PRIVATE(this)->scene); in render()
724 PRIVATE(this)->lock(); in actuallyRender()
725 if (PRIVATE(this)->rootsensor && PRIVATE(this)->rootsensor->isScheduled()) { in actuallyRender()
899 PRIVATE(this)->camera->setStereoAdjustment(PRIVATE(this)->stereooffset); in renderStereo()
991 PRIVATE(this)->clipsensor->attach(PRIVATE(this)->scene); in setAutoClipping()
1392 PRIVATE(this)->rendercb(PRIVATE(this)->rendercbdata, this); in redraw()
1613 …if (PRIVATE(this)->rootsensor) PRIVATE(this)->rootsensor->setPriority(PRIVATE(this)->redrawpri == … in setRedrawPriority()
[all …]
/dports/graphics/Coin/coin-Coin-4.0.0/src/caches/
H A DSoGLCacheList.cpp122 PRIVATE(this)->opencache = NULL; in SoGLCacheList()
124 PRIVATE(this)->numused = 0; in SoGLCacheList()
128 PRIVATE(this)->numframesok = 0; in SoGLCacheList()
129 PRIVATE(this)->numshapes = 0; in SoGLCacheList()
170 delete PRIVATE(this); in ~SoGLCacheList()
206 PRIVATE(this)->numused++; in call()
513 … this, PRIVATE(this)->numframesok, PRIVATE(this)->numused, PRIVATE(this)->numdiscarded); in open()
533 if (PRIVATE(this)->itemlist.getLength() >= PRIVATE(this)->numcaches) { in open()
561 PRIVATE(this)->numshapes = 0; in open()
610 PRIVATE(this)->itemlist.append(PRIVATE(this)->opencache); in close()
[all …]
/dports/graphics/Coin/coin-Coin-4.0.0/src/sensors/
H A DSoSensorManager.cpp238 #define PRIVATE(obj) ((obj)->pimpl) macro
272 delete PRIVATE(this)->timeoutsensor; in ~SoSensorManager()
278 delete PRIVATE(this); in ~SoSensorManager()
303 PRIVATE(this)->timeoutsensor->setTimeFromNow(PRIVATE(this)->delaysensortimeout); in insertDelaySensor()
450 if (PRIVATE(this)->processingtimerqueue || PRIVATE(this)->timerqueue.getLength() == 0) in processTimerQueue()
548 if (PRIVATE(this)->processingdelayqueue || PRIVATE(this)->delayqueue.getLength() == 0) in processDelayQueue()
582 PRIVATE(this)->triggerdict.clear(); in processDelayQueue()
636 if (PRIVATE(this)->delayqueue.getLength() && !PRIVATE(this)->timeoutsensor->isScheduled()) { in processDelayQueue()
637 PRIVATE(this)->timeoutsensor->setTimeFromNow(PRIVATE(this)->delaysensortimeout); in processDelayQueue()
863 PRIVATE(this)->queueChangedCB(PRIVATE(this)->queueChangedCBData); in notifyChanged()
[all …]
/dports/graphics/Coin/coin-Coin-4.0.0/src/misc/
H A DSoSceneManager.cpp82 #define PRIVATE(p) (p->pimpl) macro
109 PRIVATE(this)->scene = NULL; in SoSceneManager()
110 PRIVATE(this)->camera = NULL; in SoSceneManager()
125 if (PRIVATE(this)->camera) PRIVATE(this)->camera->unref(); in ~SoSceneManager()
129 delete PRIVATE(this); in ~SoSceneManager()
192 if (PRIVATE(this)->camera) { in setCamera()
197 PRIVATE(this)->rendermanager->setCamera(PRIVATE(this)->camera); in setCamera()
198 PRIVATE(this)->eventmanager->setCamera(PRIVATE(this)->camera); in setCamera()
270 if (PRIVATE(this)->scene) { in setSceneGraph()
272 this->setCamera(PRIVATE(this)->searchForCamera(PRIVATE(this)->scene)); in setSceneGraph()
[all …]
H A DSoEventManager.cpp101 #define PRIVATE(p) (p->pimpl) macro
111 PRIVATE(this)->camera = NULL; in SoEventManager()
112 PRIVATE(this)->scene = NULL; in SoEventManager()
199 if (PRIVATE(this)->scene) in setSceneGraph()
200 PRIVATE(this)->scene->ref(); in setSceneGraph()
217 return PRIVATE(this)->scene; in getSceneGraph()
228 PRIVATE(this)->camera = camera; in setCamera()
230 if (PRIVATE(this)->camera) in setCamera()
248 return PRIVATE(this)->camera; in getCamera()
366 PRIVATE(this)->handleeventaction->apply(PRIVATE(this)->scene); in actuallyProcessEvent()
[all …]
H A DSoGlyph.cpp136 PRIVATE(this)->ymin = 0.0f; in SoGlyph()
137 PRIVATE(this)->ymax = 0.0f; in SoGlyph()
156 delete PRIVATE(this); in ~SoGlyph()
238 if (PRIVATE(this)->edgeidx[idx] == PRIVATE(this)->edgeidx[idx-1]) in getNextCWEdge()
260 if (PRIVATE(this)->edgeidx[idx+1] == PRIVATE(this)->edgeidx[idx+2]) in getNextCCWEdge()
306 PRIVATE(thisp)->bbox.extendBy(PRIVATE(this)->coords[idx]); in getBoundingBox()
612 PRIVATE(g)->refcount++; in getGlyph()
623 assert(PRIVATE(this)->fontidx >= 0 && PRIVATE(this)->glyphidx >= 0); in getAdvance()
639 assert(PRIVATE(this)->fontidx >= 0 && PRIVATE(this)->glyphidx >= 0); in getKerning()
663 PRIVATE(this)->bitmap = cc_flw_get_bitmap(PRIVATE(this)->fontidx, PRIVATE(this)->glyphidx); in getBitmap()
[all …]
/dports/graphics/Coin/coin-Coin-4.0.0/src/vrml97/
H A DText.cpp269 if (PRIVATE(this)->cache) PRIVATE(this)->cache->unref(); in ~SoVRMLText()
272 delete PRIVATE(this); in ~SoVRMLText()
281 PRIVATE(this)->lock(); in GLRender()
317 const float spacing = PRIVATE(this)->textspacing * PRIVATE(this)->textsize; in GLRender()
355 xpos = -PRIVATE(this)->glyphwidths[i] * PRIVATE(this)->textsize; in GLRender()
357 xpos = PRIVATE(this)->glyphwidths[i] * PRIVATE(this)->textsize; in GLRender()
629 miny = -PRIVATE(this)->textsize * PRIVATE(this)->textspacing * (n-1); in computeBBox()
634 maxy = PRIVATE(this)->textsize * PRIVATE(this)->textspacing * (n-1); in computeBBox()
828 xpos = -PRIVATE(this)->glyphwidths[i] * PRIVATE(this)->textsize; in generatePrimitives()
830 xpos = PRIVATE(this)->glyphwidths[i] * PRIVATE(this)->textsize; in generatePrimitives()
[all …]
/dports/devel/gettext-tools/gettext-0.21/libtextstyle/lib/libcroco/
H A Dcr-input.c90 #define PRIVATE(object) (object)->priv macro
112 if (!PRIVATE (result)) { in cr_input_new_real()
173 PRIVATE (result)->nb_bytes = PRIVATE (result)->in_buf_size; in cr_input_new_from_buf()
180 PRIVATE (result)->line = 1; in cr_input_new_from_buf()
181 PRIVATE (result)->col = 0; in cr_input_new_from_buf()
299 if (PRIVATE (a_this)) { in cr_input_destroy()
300 if (PRIVATE (a_this)->in_buf && PRIVATE (a_this)->free_in_buf) { in cr_input_destroy()
324 PRIVATE (a_this)->ref_count++; in cr_input_ref()
398 return PRIVATE (a_this)->nb_bytes - PRIVATE (a_this)->next_byte_index; in cr_input_get_nb_bytes_left()
435 *a_byte = PRIVATE (a_this)->in_buf[PRIVATE (a_this)->next_byte_index]; in cr_input_read_byte()
[all …]
H A Dcr-prop-list.c36 #define PRIVATE(a_obj) (a_obj)->priv macro
99 cur && PRIVATE (cur) && PRIVATE (cur)->next; in cr_prop_list_append()
131 PRIVATE (list)->prop = a_prop; in cr_prop_list_append2()
132 PRIVATE (list)->decl = a_decl; in cr_prop_list_append2()
159 PRIVATE (cur)->next = a_this; in cr_prop_list_prepend()
160 PRIVATE (a_this)->prev = cur; in cr_prop_list_prepend()
187 PRIVATE (list)->decl = a_decl; in cr_prop_list_prepend2()
292 && PRIVATE (cur)->prop->stryng in cr_prop_list_lookup_prop()
361 if (PRIVATE (a_pair)->next) { in cr_prop_list_unlink()
377 PRIVATE (a_pair)->prev = PRIVATE (a_pair)->next = NULL; in cr_prop_list_unlink()
[all …]
/dports/devel/gettext-runtime/gettext-0.21/libtextstyle/lib/libcroco/
H A Dcr-input.c90 #define PRIVATE(object) (object)->priv macro
112 if (!PRIVATE (result)) { in cr_input_new_real()
173 PRIVATE (result)->nb_bytes = PRIVATE (result)->in_buf_size; in cr_input_new_from_buf()
180 PRIVATE (result)->line = 1; in cr_input_new_from_buf()
181 PRIVATE (result)->col = 0; in cr_input_new_from_buf()
299 if (PRIVATE (a_this)) { in cr_input_destroy()
300 if (PRIVATE (a_this)->in_buf && PRIVATE (a_this)->free_in_buf) { in cr_input_destroy()
324 PRIVATE (a_this)->ref_count++; in cr_input_ref()
398 return PRIVATE (a_this)->nb_bytes - PRIVATE (a_this)->next_byte_index; in cr_input_get_nb_bytes_left()
435 *a_byte = PRIVATE (a_this)->in_buf[PRIVATE (a_this)->next_byte_index]; in cr_input_read_byte()
[all …]
/dports/devel/gettext-tools/gettext-0.21/libtextstyle/gnulib-local/lib/libcroco/
H A Dcr-input.c90 #define PRIVATE(object) (object)->priv macro
112 if (!PRIVATE (result)) { in cr_input_new_real()
173 PRIVATE (result)->nb_bytes = PRIVATE (result)->in_buf_size; in cr_input_new_from_buf()
180 PRIVATE (result)->line = 1; in cr_input_new_from_buf()
181 PRIVATE (result)->col = 0; in cr_input_new_from_buf()
299 if (PRIVATE (a_this)) { in cr_input_destroy()
300 if (PRIVATE (a_this)->in_buf && PRIVATE (a_this)->free_in_buf) { in cr_input_destroy()
324 PRIVATE (a_this)->ref_count++; in cr_input_ref()
398 return PRIVATE (a_this)->nb_bytes - PRIVATE (a_this)->next_byte_index; in cr_input_get_nb_bytes_left()
435 *a_byte = PRIVATE (a_this)->in_buf[PRIVATE (a_this)->next_byte_index]; in cr_input_read_byte()
[all …]
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/3rdparty/libcroco/
H A Dcr-input.c79 #define PRIVATE(object) (object)->priv macro
101 if (!PRIVATE (result)) { in cr_input_new_real()
162 PRIVATE (result)->nb_bytes = PRIVATE (result)->in_buf_size; in cr_input_new_from_buf()
169 PRIVATE (result)->line = 1; in cr_input_new_from_buf()
170 PRIVATE (result)->col = 0; in cr_input_new_from_buf()
288 if (PRIVATE (a_this)) { in cr_input_destroy()
289 if (PRIVATE (a_this)->in_buf && PRIVATE (a_this)->free_in_buf) { in cr_input_destroy()
313 PRIVATE (a_this)->ref_count++; in cr_input_ref()
387 return PRIVATE (a_this)->nb_bytes - PRIVATE (a_this)->next_byte_index; in cr_input_get_nb_bytes_left()
416 *a_byte = PRIVATE (a_this)->in_buf[PRIVATE (a_this)->next_byte_index]; in cr_input_read_byte()
[all …]
H A Dcr-prop-list.c25 #define PRIVATE(a_obj) (a_obj)->priv macro
53 if (!PRIVATE (result)) { in cr_prop_list_allocate()
88 cur && PRIVATE (cur) && PRIVATE (cur)->next; in cr_prop_list_append()
120 PRIVATE (list)->prop = a_prop; in cr_prop_list_append2()
121 PRIVATE (list)->decl = a_decl; in cr_prop_list_append2()
148 PRIVATE (cur)->next = a_this; in cr_prop_list_prepend()
149 PRIVATE (a_this)->prev = cur; in cr_prop_list_prepend()
176 PRIVATE (list)->decl = a_decl; in cr_prop_list_prepend2()
281 && PRIVATE (cur)->prop->stryng in cr_prop_list_lookup_prop()
366 PRIVATE (a_pair)->prev = PRIVATE (a_pair)->next = NULL; in cr_prop_list_unlink()
[all …]
/dports/devel/gettext-po-mode/gettext-0.21/libtextstyle/lib/libcroco/
H A Dcr-input.c90 #define PRIVATE(object) (object)->priv macro
112 if (!PRIVATE (result)) { in cr_input_new_real()
173 PRIVATE (result)->nb_bytes = PRIVATE (result)->in_buf_size; in cr_input_new_from_buf()
180 PRIVATE (result)->line = 1; in cr_input_new_from_buf()
181 PRIVATE (result)->col = 0; in cr_input_new_from_buf()
299 if (PRIVATE (a_this)) { in cr_input_destroy()
300 if (PRIVATE (a_this)->in_buf && PRIVATE (a_this)->free_in_buf) { in cr_input_destroy()
324 PRIVATE (a_this)->ref_count++; in cr_input_ref()
398 return PRIVATE (a_this)->nb_bytes - PRIVATE (a_this)->next_byte_index; in cr_input_get_nb_bytes_left()
435 *a_byte = PRIVATE (a_this)->in_buf[PRIVATE (a_this)->next_byte_index]; in cr_input_read_byte()
[all …]
/dports/devel/gettext-po-mode/gettext-0.21/libtextstyle/gnulib-local/lib/libcroco/
H A Dcr-input.c90 #define PRIVATE(object) (object)->priv macro
112 if (!PRIVATE (result)) { in cr_input_new_real()
173 PRIVATE (result)->nb_bytes = PRIVATE (result)->in_buf_size; in cr_input_new_from_buf()
180 PRIVATE (result)->line = 1; in cr_input_new_from_buf()
181 PRIVATE (result)->col = 0; in cr_input_new_from_buf()
299 if (PRIVATE (a_this)) { in cr_input_destroy()
300 if (PRIVATE (a_this)->in_buf && PRIVATE (a_this)->free_in_buf) { in cr_input_destroy()
324 PRIVATE (a_this)->ref_count++; in cr_input_ref()
398 return PRIVATE (a_this)->nb_bytes - PRIVATE (a_this)->next_byte_index; in cr_input_get_nb_bytes_left()
435 *a_byte = PRIVATE (a_this)->in_buf[PRIVATE (a_this)->next_byte_index]; in cr_input_read_byte()
[all …]
/dports/devel/gettext-runtime/gettext-0.21/libtextstyle/gnulib-local/lib/libcroco/
H A Dcr-input.c90 #define PRIVATE(object) (object)->priv macro
112 if (!PRIVATE (result)) { in cr_input_new_real()
173 PRIVATE (result)->nb_bytes = PRIVATE (result)->in_buf_size; in cr_input_new_from_buf()
180 PRIVATE (result)->line = 1; in cr_input_new_from_buf()
181 PRIVATE (result)->col = 0; in cr_input_new_from_buf()
299 if (PRIVATE (a_this)) { in cr_input_destroy()
300 if (PRIVATE (a_this)->in_buf && PRIVATE (a_this)->free_in_buf) { in cr_input_destroy()
324 PRIVATE (a_this)->ref_count++; in cr_input_ref()
398 return PRIVATE (a_this)->nb_bytes - PRIVATE (a_this)->next_byte_index; in cr_input_get_nb_bytes_left()
435 *a_byte = PRIVATE (a_this)->in_buf[PRIVATE (a_this)->next_byte_index]; in cr_input_read_byte()
[all …]
H A Dcr-prop-list.c36 #define PRIVATE(a_obj) (a_obj)->priv macro
99 cur && PRIVATE (cur) && PRIVATE (cur)->next; in cr_prop_list_append()
131 PRIVATE (list)->prop = a_prop; in cr_prop_list_append2()
132 PRIVATE (list)->decl = a_decl; in cr_prop_list_append2()
159 PRIVATE (cur)->next = a_this; in cr_prop_list_prepend()
160 PRIVATE (a_this)->prev = cur; in cr_prop_list_prepend()
187 PRIVATE (list)->decl = a_decl; in cr_prop_list_prepend2()
292 && PRIVATE (cur)->prop->stryng in cr_prop_list_lookup_prop()
361 if (PRIVATE (a_pair)->next) { in cr_prop_list_unlink()
377 PRIVATE (a_pair)->prev = PRIVATE (a_pair)->next = NULL; in cr_prop_list_unlink()
[all …]
/dports/textproc/libcroco/libcroco-0.6.13/src/
H A Dcr-input.c79 #define PRIVATE(object) (object)->priv macro
101 if (!PRIVATE (result)) { in cr_input_new_real()
162 PRIVATE (result)->nb_bytes = PRIVATE (result)->in_buf_size; in cr_input_new_from_buf()
169 PRIVATE (result)->line = 1; in cr_input_new_from_buf()
170 PRIVATE (result)->col = 0; in cr_input_new_from_buf()
288 if (PRIVATE (a_this)) { in cr_input_destroy()
289 if (PRIVATE (a_this)->in_buf && PRIVATE (a_this)->free_in_buf) { in cr_input_destroy()
313 PRIVATE (a_this)->ref_count++; in cr_input_ref()
387 return PRIVATE (a_this)->nb_bytes - PRIVATE (a_this)->next_byte_index; in cr_input_get_nb_bytes_left()
424 *a_byte = PRIVATE (a_this)->in_buf[PRIVATE (a_this)->next_byte_index]; in cr_input_read_byte()
[all …]
/dports/x11/cinnamon/cinnamon-4.8.6/src/st/croco/
H A Dcr-input.c79 #define PRIVATE(object) (object)->priv macro
101 if (!PRIVATE (result)) { in cr_input_new_real()
162 PRIVATE (result)->nb_bytes = PRIVATE (result)->in_buf_size; in cr_input_new_from_buf()
169 PRIVATE (result)->line = 1; in cr_input_new_from_buf()
170 PRIVATE (result)->col = 0; in cr_input_new_from_buf()
288 if (PRIVATE (a_this)) { in cr_input_destroy()
289 if (PRIVATE (a_this)->in_buf && PRIVATE (a_this)->free_in_buf) { in cr_input_destroy()
313 PRIVATE (a_this)->ref_count++; in cr_input_ref()
387 return PRIVATE (a_this)->nb_bytes - PRIVATE (a_this)->next_byte_index; in cr_input_get_nb_bytes_left()
424 *a_byte = PRIVATE (a_this)->in_buf[PRIVATE (a_this)->next_byte_index]; in cr_input_read_byte()
[all …]
/dports/x11/gnome-shell/gnome-shell-41.1/src/st/croco/
H A Dcr-input.c79 #define PRIVATE(object) (object)->priv macro
101 if (!PRIVATE (result)) { in cr_input_new_real()
162 PRIVATE (result)->nb_bytes = PRIVATE (result)->in_buf_size; in cr_input_new_from_buf()
169 PRIVATE (result)->line = 1; in cr_input_new_from_buf()
170 PRIVATE (result)->col = 0; in cr_input_new_from_buf()
288 if (PRIVATE (a_this)) { in cr_input_destroy()
289 if (PRIVATE (a_this)->in_buf && PRIVATE (a_this)->free_in_buf) { in cr_input_destroy()
313 PRIVATE (a_this)->ref_count++; in cr_input_ref()
387 return PRIVATE (a_this)->nb_bytes - PRIVATE (a_this)->next_byte_index; in cr_input_get_nb_bytes_left()
424 *a_byte = PRIVATE (a_this)->in_buf[PRIVATE (a_this)->next_byte_index]; in cr_input_read_byte()
[all …]
/dports/www/cssed/cssed-0.4.0/libcroco/parser/
H A Dcr-input.c78 #define PRIVATE(object) (object)->priv macro
100 if (!PRIVATE (result)) { in cr_input_new_real()
159 PRIVATE (result)->nb_bytes = PRIVATE (result)->in_buf_size; in cr_input_new_from_buf()
166 PRIVATE (result)->line = 1; in cr_input_new_from_buf()
167 PRIVATE (result)->col = 0; in cr_input_new_from_buf()
282 if (PRIVATE (a_this)) { in cr_input_destroy()
283 if (PRIVATE (a_this)->in_buf && PRIVATE (a_this)->free_in_buf) { in cr_input_destroy()
305 PRIVATE (a_this)->ref_count++; in cr_input_ref()
372 return PRIVATE (a_this)->nb_bytes - PRIVATE (a_this)->next_byte_index; in cr_input_get_nb_bytes_left()
399 *a_byte = PRIVATE (a_this)->in_buf[PRIVATE (a_this)->next_byte_index]; in cr_input_read_byte()
[all …]
/dports/x11-toolkits/soqt/soqt/src/Inventor/Qt/
H A DSoQtComponent.cpp319 #undef PRIVATE
380 PRIVATE(this)->parent->setObjectName(PRIVATE(this)->widgetname); in SoQtComponent()
392 PRIVATE(this)->parent->installEventFilter(PRIVATE(this)); in SoQtComponent()
409 if (PRIVATE(this)->widget && !PRIVATE(this)->widget->parentWidget()) delete PRIVATE(this)->widget; in ~SoQtComponent()
412 delete PRIVATE(this); in ~SoQtComponent()
493 PRIVATE(this)->widget->removeEventFilter(PRIVATE(this));
505 if (!PRIVATE(this)->parent || PRIVATE(this)->parent->isTopLevel()) {
526 PRIVATE(this)->widget->installEventFilter(PRIVATE(this));
575 PRIVATE(this)->parent->resize(PRIVATE(this)->storesize[0],
579 PRIVATE(this)->widget->resize(PRIVATE(this)->storesize[0],
[all …]
/dports/graphics/Coin/coin-Coin-4.0.0/src/elements/GL/
H A DSoGLDisplayList.cpp82 #define PRIVATE(obj) obj->pimpl macro
93 PRIVATE(this)->type = type; in SoGLDisplayList()
96 PRIVATE(this)->refcount = 0; in SoGLDisplayList()
200 glDeleteLists((GLuint) PRIVATE(this)->firstindex, PRIVATE(this)->numalloc); in ~SoGLDisplayList()
214 delete PRIVATE(this); in ~SoGLDisplayList()
223 PRIVATE(this)->refcount++; in ref()
251 glNewList((GLuint) (PRIVATE(this)->firstindex+PRIVATE(this)->openindex), GL_COMPILE); in open()
275 glCallList((GLuint) (PRIVATE(this)->firstindex + PRIVATE(this)->openindex)); in close()
328 return PRIVATE(this)->mipmap; in isMipMapTextureObject()
337 return PRIVATE(this)->type; in getType()
[all …]
/dports/graphics/Coin/coin-Coin-4.0.0/src/base/
H A DSbImage.cpp243 PRIVATE(this)->freeData(); in ~SbImage()
244 delete PRIVATE(this); in ~SbImage()
351 if (PRIVATE(this)->bytes && PRIVATE(this)->datatype == SbImageP::INTERNAL_DATA) { in setValue()
564 if (!PRIVATE(this)->schedulecb && !PRIVATE(&image)->schedulecb) { in operator ==()
565 if (PRIVATE(this)->size != PRIVATE(&image)->size) ret = 0; in operator ==()
566 else if (PRIVATE(this)->bpp != PRIVATE(&image)->bpp) ret = 0; in operator ==()
567 else if (PRIVATE(this)->bytes == NULL || PRIVATE(&image)->bytes == NULL) { in operator ==()
568 ret = (PRIVATE(this)->bytes == PRIVATE(&image)->bytes); in operator ==()
571 ret = memcmp(PRIVATE(this)->bytes, PRIVATE(&image)->bytes, in operator ==()
574 int(PRIVATE(this)->size[2]==0?1:PRIVATE(this)->size[2]) * in operator ==()
[all …]

12345678910>>...212