MCPcopy Create free account
hub / github.com/dillo-browser/dillo / findSizeRequestReference

Method findSizeRequestReference

dw/textblock.cc:2419–2430  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2417}
2418
2419bool Textblock::findSizeRequestReference (Widget *reference, int *xRef,
2420 int *yRef)
2421{
2422 if (reference == this) {
2423 if (xRef)
2424 *xRef = 0;
2425 if (yRef)
2426 *yRef = 0;
2427 return true;
2428 } else
2429 return sizeRequestParams.findReference (reference, xRef, yRef);
2430}
2431
2432/**
2433 * Add a word (without hyphens) to the page structure.

Callers 1

getGeneratorWidthMethod · 0.45

Calls 1

findReferenceMethod · 0.80

Tested by

no test coverage detected